Re: [apparmor] [PATCH 13/27] apparmor: move the free_profile fn ahead of aa_alloc_profile

2012-11-21 Thread John Johansen
On 11/21/2012 08:47 AM, Steve Beattie wrote: > On Tue, Nov 20, 2012 at 08:39:53PM -0800, John Johansen wrote: >> From: John Johansen >> >> Move the free_profile fn ahead of aa_alloc_profile so it can be used >> in aa_alloc_profile without a forward declaration. >> >> Signed-off-by: John Johansen

Re: [apparmor] [PATCH 13/27] apparmor: move the free_profile fn ahead of aa_alloc_profile

2012-11-21 Thread Steve Beattie
On Tue, Nov 20, 2012 at 08:39:53PM -0800, John Johansen wrote: > From: John Johansen > > Move the free_profile fn ahead of aa_alloc_profile so it can be used > in aa_alloc_profile without a forward declaration. > > Signed-off-by: John Johansen Acked-by: Steve Beattie While I don't have a prob

Re: [apparmor] [PATCH 13/27] apparmor: move the free_profile fn ahead of aa_alloc_profile

2012-11-21 Thread Kees Cook
On Tue, Nov 20, 2012 at 08:39:53PM -0800, John Johansen wrote: > From: John Johansen > > Move the free_profile fn ahead of aa_alloc_profile so it can be used > in aa_alloc_profile without a forward declaration. > > Signed-off-by: John Johansen Acked-by: Kees Cook -- Kees Cook -- AppArmor

[apparmor] [PATCH 13/27] apparmor: move the free_profile fn ahead of aa_alloc_profile

2012-11-20 Thread John Johansen
From: John Johansen Move the free_profile fn ahead of aa_alloc_profile so it can be used in aa_alloc_profile without a forward declaration. Signed-off-by: John Johansen --- security/apparmor/policy.c | 150 ++-- 1 file changed, 75 insertions(+), 75 dele