Re: [apparmor] [PATCH 18/36] apparmor: add basic support for implicit labeling of files

2013-05-22 Thread John Johansen
On 05/16/2013 03:38 PM, Seth Arnold wrote: On Wed, May 01, 2013 at 02:31:03PM -0700, John Johansen wrote: The labeling of files is implied by the set of rules and profiles. Add the ability to set implicit labels on files to reduce the number of path and rule lookups that are needed. +static

Re: [apparmor] [PATCH 18/36] apparmor: add basic support for implicit labeling of files

2013-05-16 Thread Seth Arnold
On Wed, May 01, 2013 at 02:31:03PM -0700, John Johansen wrote: The labeling of files is implied by the set of rules and profiles. Add the ability to set implicit labels on files to reduce the number of path and rule lookups that are needed. +static bool __aa_label_remove(struct aa_labelset

Re: [apparmor] [PATCH 18/36] apparmor: add basic support for implicit labeling of files

2013-05-14 Thread Seth Arnold
On Wed, May 01, 2013 at 02:31:03PM -0700, John Johansen wrote: The labeling of files is implied by the set of rules and profiles. Add the ability to set implicit labels on files to reduce the number of path and rule lookups that are needed. Signed-off-by: John Johansen

[apparmor] [PATCH 18/36] apparmor: add basic support for implicit labeling of files

2013-05-01 Thread John Johansen
The labeling of files is implied by the set of rules and profiles. Add the ability to set implicit labels on files to reduce the number of path and rule lookups that are needed. Signed-off-by: John Johansen john.johan...@canonical.com --- security/apparmor/Kconfig | 11 +