Re: [apparmor] [patch] Also add python 3.5 to logprof.conf

2015-11-19 Thread Kshitij Gupta
On Thu, Nov 19, 2015 at 11:15 PM, Christian Boltz wrote: > Hello, > > $subject (as pointed out by Jamie's python abstraction update) > > I propose this patch for 2.9, 2.10 and trunk. > > > [ logprof-conf-python3.5.diff ] > > === modified file 'utils/logprof.conf' > ---

Re: [apparmor] [patch] Map c (create) log events to w instead of a

2015-11-19 Thread Kshitij Gupta
On Fri, Nov 20, 2015 at 1:32 AM, Christian Boltz wrote: > Hello, > > creating a file is in theory covered by the 'a' permission, however > discussion on IRC brought up that depending on the open flags it might > not be enough (real-world example: creating the apache pid

Re: [apparmor] [patch] Add SignalRule and SignalRuleset classes

2015-11-19 Thread Kshitij Gupta
Looks good. Acked-by: Kshitij Gupta On Thu, Nov 19, 2015 at 11:11 PM, Christian Boltz wrote: > Hello, > > [scroll down for an add-on patch that addresses Kshitij's comments] > > Am Donnerstag, 19. November 2015 schrieb Kshitij Gupta: > > On Fri, Oct

[apparmor] [patch] Map c (create) log events to w instead of a

2015-11-19 Thread Christian Boltz
Hello, creating a file is in theory covered by the 'a' permission, however discussion on IRC brought up that depending on the open flags it might not be enough (real-world example: creating the apache pid file). Therefore change the mapping to 'w' permissions - that might allow more than needed

Re: [apparmor] [patch] Add SignalRule and SignalRuleset classes

2015-11-19 Thread John Johansen
On 11/19/2015 09:41 AM, Christian Boltz wrote: > Hello, > > [scroll down for an add-on patch that addresses Kshitij's comments] > > Am Donnerstag, 19. November 2015 schrieb Kshitij Gupta: >> On Fri, Oct 23, 2015 at 6:30 PM, Christian Boltz wrote: >>> this patch adds the SignalRule and

Re: [apparmor] [patch] Add SignalRule and SignalRuleset classes

2015-11-19 Thread Kshitij Gupta
Hi, On Fri, Oct 23, 2015 at 6:30 PM, Christian Boltz wrote: > Hello, > > this patch adds the SignalRule and SignalRuleset classes > > Those classes will be used to parse and handle signal rules. > They understand the (surprisingly complex) syntax of signal rules. > > Note

Re: [apparmor] [patch] Add SignalRule and SignalRuleset classes

2015-11-19 Thread Kshitij Gupta
For: [ 07-add-SignalRule-and-SignalRuleset.diff ] (with comments considered/addressed) Acked-by: Kshitij Gupta On Thu, Nov 19, 2015 at 3:30 AM, Kshitij Gupta wrote: > Hi, > > On Fri, Oct 23, 2015 at 6:30 PM, Christian Boltz >

Re: [apparmor] [patch] Add SignalRule and SignalRuleset classes

2015-11-19 Thread Christian Boltz
Hello, [scroll down for an add-on patch that addresses Kshitij's comments] Am Donnerstag, 19. November 2015 schrieb Kshitij Gupta: > On Fri, Oct 23, 2015 at 6:30 PM, Christian Boltz wrote: > > this patch adds the SignalRule and SignalRuleset classes > > [

[apparmor] [patch] Also add python 3.5 to logprof.conf

2015-11-19 Thread Christian Boltz
Hello, $subject (as pointed out by Jamie's python abstraction update) I propose this patch for 2.9, 2.10 and trunk. [ logprof-conf-python3.5.diff ] === modified file 'utils/logprof.conf' --- utils/logprof.conf 2015-11-18 12:39:07 + +++ utils/logprof.conf 2015-11-19 17:43:10 + @@