Re: [apparmor] [patch] [2/9] Add strip_parenthesis() to regex.py

2016-05-20 Thread Christian Boltz
Hello, Am Freitag, 20. Mai 2016, 15:58:01 CEST schrieb Seth Arnold: > > some dbus rule conditionals come with optional parenthesis. Instead > > of making the regex even more complicated, use a small function to > > strip those parenthesis. > > > > > > > > Also add some tests for

Re: [apparmor] [patch] [2/9] Add strip_parenthesis() to regex.py

2016-05-20 Thread Seth Arnold
On Sun, Dec 27, 2015 at 04:04:07PM +0100, Christian Boltz wrote: > Hello, > > some dbus rule conditionals come with optional parenthesis. Instead of > making the regex even more complicated, use a small function to strip > those parenthesis. > > Also add some tests for strip_parenthesis() to

Re: [apparmor] [patch] [2/9] Add strip_parenthesis() to regex.py

2016-02-22 Thread Kshitij Gupta
On Tue, Feb 23, 2016 at 1:45 AM, Christian Boltz wrote: > Hello, > > Am Montag, 22. Februar 2016, 01:55:35 CET schrieb Kshitij Gupta: > > On Mon, Feb 22, 2016 at 1:07 AM, Kshitij Gupta wrote: > > > On Sun, Dec 27, 2015 at 8:34 PM, Christian Boltz wrote: > > >> some dbus rule

Re: [apparmor] [patch] [2/9] Add strip_parenthesis() to regex.py

2016-02-21 Thread Kshitij Gupta
+mailing list On Mon, Feb 22, 2016 at 1:07 AM, Kshitij Gupta wrote: > Hello, > > On Sun, Dec 27, 2015 at 8:34 PM, Christian Boltz > wrote: > >> Hello, >> >> some dbus rule conditionals come with optional parenthesis. Instead of >> making the regex even

[apparmor] [patch] [2/9] Add strip_parenthesis() to regex.py

2015-12-27 Thread Christian Boltz
Hello, some dbus rule conditionals come with optional parenthesis. Instead of making the regex even more complicated, use a small function to strip those parenthesis. Also add some tests for strip_parenthesis() to test-regex.py. [ 53-add-strip_parenthesis.diff ] === modified file