[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100818105609.642a5e61.sfr@canb.auug.org.au>
Date: Wed, 18 Aug 2010 10:56:09 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: John Johansen <john.johansen@...onical.com>
Cc: James Morris <jmorris@...ei.org>, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, Rusty Russell <rusty@...tcorp.com.au>
Subject: Re: linux-next: Fix AppArmor build warnings after merge of the
security-testing tree
Hi all,
On Mon, 02 Aug 2010 19:40:31 -0700 John Johansen <john.johansen@...onical.com> wrote:
>
> the follow patch fixes the AppArmor build warnings from the security-next tree merge
Thanks.
> From: John Johansen <john.johansen@...onical.com>
> Date: Mon, 2 Aug 2010 19:31:57 -0700
> Subject: [PATCH] AppArmor: Fix build warnings from linux-next merge
>
> Patch AppArmor to fix build warnings for changes that exist in the
> linux-next tree.
>
> Signed-off-by: John Johansen <john.johansen@...onical.com>
.
.
> diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c
> index d5666d3..f56978a 100644
> --- a/security/apparmor/lsm.c
> +++ b/security/apparmor/lsm.c
> @@ -607,9 +607,11 @@ static int apparmor_setprocattr(struct task_struct *task, char *name,
> return error;
> }
>
> -static int apparmor_task_setrlimit(unsigned int resource,
> +static int apparmor_task_setrlimit(struct task_struct *tsk,
> + unsigned int resource,
> struct rlimit *new_rlim)
> {
> + /* Use current profile instead of profile on @tsk */
> struct aa_profile *profile = aa_current_profile();
> int error = 0;
This last change seems to have been lost along the way.
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
http://www.canb.auug.org.au/~sfr/
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists