Re: [apparmor] [patch] check for syntax error in aa.py get_profile_flags() and add tests

2015-03-01 Thread Christian Boltz
Hello, Am Sonntag, 1. März 2015 schrieb Christian Boltz: this patch adds some tests for aa.py get_profile_flags(). It also adds a check to get_profile_flags() to catch an invalid syntax: /foo ( ) { was accepted by get_profile_flags, while /foo () { failed. When testing with the

[apparmor] [patch] fix aa-status to work with non-ascii mountpoints

2015-03-01 Thread Christian Boltz
Hello, this patch fixes aa-status find_apparmorfs() to work with non-ascii mountpoints. (I even made a temporary non-ascii mountpoint to verify it ;-) Patch by Alain Benedetti References: https://bugs.launchpad.net/bugs/1310598 I propose this patch for trunk and 2.9. === modified file