Re: [apparmor] [patch 3/3] utils: use capability rule class in aa.py and cleanprof.py

2014-12-04 Thread Steve Beattie
On Wed, Dec 03, 2014 at 11:56:51PM +0100, Christian Boltz wrote: > Some more testing showed that aa-cleanprof deletes some capability > rules that are not covered by any abstraction. > > Please apply the following patch on top of the patchset to fix this. Acked-by: Steve Beattie > diff -u -p

Re: [apparmor] [patch 3/3] utils: use capability rule class in aa.py and cleanprof.py

2014-12-03 Thread Christian Boltz
Hello, Am Mittwoch, 3. Dezember 2014 schrieb Christian Boltz: > Am Mittwoch, 3. Dezember 2014 schrieb Steve Beattie: > > This patch integrated the new capability rule class into aa.py and > > cleanprof.py. > > > > Patch changes: > > v5: > > - merge my changes into Christian's original pat

Re: [apparmor] [patch 3/3] utils: use capability rule class in aa.py and cleanprof.py

2014-12-03 Thread Christian Boltz
Hello, Am Mittwoch, 3. Dezember 2014 schrieb Steve Beattie: > This patch integrated the new capability rule class into aa.py and > cleanprof.py. > > Patch changes: > v5: > - merge my changes into Christian's original patches > - use CapabilityRule.parse() for parsing raw capability

[apparmor] [patch 3/3] utils: use capability rule class in aa.py and cleanprof.py

2014-12-03 Thread Steve Beattie
This patch integrated the new capability rule class into aa.py and cleanprof.py. Patch changes: v5: - merge my changes into Christian's original patches - use CapabilityRule.parse() for parsing raw capability rules and getting a CapabilityRule instance back - cope with