lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.00.1008160920490.14791@tundra.namei.org>
Date:	Mon, 16 Aug 2010 09:21:55 +1000 (EST)
From:	James Morris <jmorris@...ei.org>
To:	John Johansen <john.johansen@...onical.com>
cc:	Jiri Slaby <jslaby@...e.cz>, jirislaby@...il.com,
	linux-kernel@...r.kernel.org, linux-security-module@...r.kernel.org
Subject: Re: [PATCH 1/1] AppArmor: fix task_setrlimit prototype

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@...onical.com>

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@...ei.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ