Re: [apparmor] [Patch] utils: add limited support for af_unix rules

2014-08-28 Thread Steve Beattie
On Thu, Aug 28, 2014 at 10:23:10PM +0200, Christian Boltz wrote: > Am Mittwoch, 27. August 2014 schrieb Steve Beattie: > Is it really that hard to use an array for all rules to test and a > foreach loop to actually test them? I tend to NAK this (part of the) > patch to make sure you finally learn

Re: [apparmor] [Patch] utils: add limited support for af_unix rules

2014-08-28 Thread Christian Boltz
Hello, Am Mittwoch, 27. August 2014 schrieb Steve Beattie: > This patch adds limited support for af_unix rules in the python > utilities, of the "don't touch them, but don't throw a python > backtrace when coming across them, either" variety. Testcases are > added as well. > > Signed-off-by: Stev

[apparmor] [Patch] utils: add limited support for af_unix rules

2014-08-27 Thread Steve Beattie
This patch adds limited support for af_unix rules in the python utilities, of the "don't touch them, but don't throw a python backtrace when coming across them, either" variety. Testcases are added as well. Signed-off-by: Steve Beattie --- utils/apparmor/aa.py | 27