Re: [apparmor] [patch] [02/38] check_and_split_list: optionally allow empty list

2016-09-14 Thread Seth Arnold
On Wed, Sep 14, 2016 at 04:32:16PM +0200, Christian Boltz wrote: > So a string also gets wrapped into a set (not a list) ;-) > (don't worry about getting it wrong - I also have to ask type() how an > array is named ;-) Ah! this was the core of my confusion. I hadn't realized sets are first-class

Re: [apparmor] [patch] [02/38] check_and_split_list: optionally allow empty list

2016-09-14 Thread Seth Arnold
On Fri, Aug 12, 2016 at 10:44:14PM +0200, Christian Boltz wrote: > Hello, > > $subject. > > File permissions can be an empty list (if only exec permissions are > specified). This patch adds the optional allow_empty_list parameter so > that the function can handle this case. > > > > [

Re: [apparmor] [patch] [02/38] check_and_split_list: optionally allow empty list

2016-09-11 Thread Kshitij Gupta
On Sat, Aug 13, 2016 at 2:14 AM, Christian Boltz wrote: > Hello, > > $subject. > > File permissions can be an empty list (if only exec permissions are > specified). This patch adds the optional allow_empty_list parameter so > that the function can handle this case. > > > > [

[apparmor] [patch] [02/38] check_and_split_list: optionally allow empty list

2016-08-12 Thread Christian Boltz
Hello, $subject. File permissions can be an empty list (if only exec permissions are specified). This patch adds the optional allow_empty_list parameter so that the function can handle this case. [ 02-check_and_split_list-optionally-allow-empty-list.diff ] --- utils/apparmor/rule/__init__.py