Re: [apparmor] [patch] fix network rule description in apparmor.d.pod

2014-12-18 Thread Steve Beattie
On Thu, Dec 18, 2014 at 04:31:00PM -0800, John Johansen wrote: > On 12/18/2014 04:20 PM, Christian Boltz wrote: > > this patch fixes the description of network rules in the apparmor.d manpage > > (based on an IRC discussion with John - I hope I got it right) > > > yep that will work > > Acked-by:

Re: [apparmor] [patch] fix network rule description in apparmor.d.pod

2014-12-18 Thread John Johansen
On 12/18/2014 04:20 PM, Christian Boltz wrote: > Hello, > > this patch fixes the description of network rules in the apparmor.d manpage > (based on an IRC discussion with John - I hope I got it right) > yep that will work Acked-by: John Johansen > > === modified file 'parser/apparmor.d.pod' >

[apparmor] [patch] fix network rule description in apparmor.d.pod

2014-12-18 Thread Christian Boltz
Hello, this patch fixes the description of network rules in the apparmor.d manpage (based on an IRC discussion with John - I hope I got it right) === modified file 'parser/apparmor.d.pod' --- parser/apparmor.d.pod 2014-12-12 14:20:31 + +++ parser/apparmor.d.pod 2014-12-19 00:14:4

[apparmor] [patch] rule class - split out common parts from is_covered()

2014-12-18 Thread Christian Boltz
Hello, this patch splits is_covered() in capability.py into - is_covered_localparts() for rule-specific code - is_covered() for common code - located in __init__.py The object type comparison now uses type(self) and a slightly different error message to make it usable everywhere. It also renames