[Bug 1446794] Re: parser error with 'deny change_profile'

2016-05-17 Thread John Johansen
The deny modifier has been fixed in the 2.11 parser. However, the audit modifier is not properly supported by the backend permission format and will result in equality.sh failing With the above patch to equality.sh, the failures all involve audit which is being silently dropped in permission

[Bug 1446794] Re: parser error with 'deny change_profile'

2015-07-22 Thread Steve Beattie
AppArmor 2.10 has fixed the parsing issue; however, the policy generated does not actually deny the change_profile. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446794 Title: parser error with

[Bug 1446794] Re: parser error with 'deny change_profile'

2015-07-22 Thread Steve Beattie
The following is a patch against the parser's policy equality and inequality test script that demonstrates that 'deny change_profile' policy is not being generated correctly: Index: b/parser/tst/equality.sh === ---