Re: [PATCH 1/1] AppArmor: fix task_setrlimit prototype

From: James Morris
Date: Sun Aug 15 2010 - 19:22:20 EST


On Wed, 11 Aug 2010, John Johansen wrote:

> > -static int apparmor_task_setrlimit(unsigned int resource,
> > - struct rlimit *new_rlim)
> > +static int apparmor_task_setrlimit(struct task_struct *task,
> > + unsigned int resource, struct rlimit *new_rlim)
> > {
> > struct aa_profile *profile = aa_current_profile();
> > int error = 0;
>
> thanks Jiri, I'll get an update for apparmor handling task part out today.
>
> Signed-off-by: John Johansen <john.johansen@xxxxxxxxxxxxx>

I added my own merge fix for this before seeing this email -- please send
me an update against

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next


--
James Morris
<jmorris@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/