Re: [apparmor] [PATCH 21/36] apparmor: baby step - now add labels to the labelset trees

2013-05-21 Thread John Johansen
On 05/21/2013 04:48 PM, Seth Arnold wrote: > On Wed, May 01, 2013 at 02:31:06PM -0700, John Johansen wrote: >> Just add the labels to the tree to make sure insertions and deletions >> into the rb tree are working. > >> @@ -1330,6 +1347,8 @@ ssize_t aa_remove_profiles(char *fqname, size_t size) >>

Re: [apparmor] [PATCH 21/36] apparmor: baby step - now add labels to the labelset trees

2013-05-21 Thread Seth Arnold
On Wed, May 01, 2013 at 02:31:06PM -0700, John Johansen wrote: > Just add the labels to the tree to make sure insertions and deletions > into the rb tree are working. > @@ -1330,6 +1347,8 @@ ssize_t aa_remove_profiles(char *fqname, size_t size) > } > name = profile->bas

[apparmor] [PATCH 21/36] apparmor: baby step - now add labels to the labelset trees

2013-05-01 Thread John Johansen
Just add the labels to the tree to make sure insertions and deletions into the rb tree are working. Signed-off-by: John Johansen --- security/apparmor/policy.c | 53 +++--- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/security/apparmor/p