Re: [apparmor] [patch] Make sure 'x' log events always come with type 'exec'

2016-02-21 Thread Kshitij Gupta
Hello, On Mon, Feb 22, 2016 at 12:37 AM, Christian Boltz wrote: > Hello, > > Am Sonntag, 21. Februar 2016, 23:53:40 CET schrieb Kshitij Gupta: > > On Sun, Feb 21, 2016 at 9:48 PM, Christian Boltz wrote: > > > according to a discussion with John on IRC, denied_mask="x" can

Re: [apparmor] [patch] Make sure 'x' log events always come with type 'exec'

2016-02-21 Thread Christian Boltz
Hello, Am Sonntag, 21. Februar 2016, 23:53:40 CET schrieb Kshitij Gupta: > On Sun, Feb 21, 2016 at 9:48 PM, Christian Boltz wrote: > > according to a discussion with John on IRC, denied_mask="x" can only > > happen for 'exec' log events. This patch raises an exception if John > > is wrong ;-) > >

Re: [apparmor] [patch] Make sure 'x' log events always come with type 'exec'

2016-02-21 Thread Kshitij Gupta
On Sun, Feb 21, 2016 at 9:48 PM, Christian Boltz wrote: > Hello, > > according to a discussion with John on IRC, denied_mask="x" can only > happen for 'exec' log events. This patch raises an exception if John > is wrong ;-) > > > [ 75-x-but-not-exec-exception.diff ] > > ===

[apparmor] [patch] Make sure 'x' log events always come with type 'exec'

2016-02-21 Thread Christian Boltz
Hello, according to a discussion with John on IRC, denied_mask="x" can only happen for 'exec' log events. This patch raises an exception if John is wrong ;-) [ 75-x-but-not-exec-exception.diff ] === modified file ./utils/apparmor/aa.py --- utils/apparmor/aa.py2016-02-21