Drop owner restriction from backported libapparmor profile

2.11 doesn't support adding the 'owner' restriction when parsing a
logfile. When MR 402 was backported (7ce6ee2a19),
this introduced a test failure.

This commit drops the owner restriction from libapparmor
unbalanced_parenthesis.profile. While this is technically wrong, it's
the expected result in the 2.11 branch.
This commit is contained in:
Christian Boltz 2019-11-27 23:26:40 +01:00
parent b0356dc64f
commit b029e9fc5b
Failed to generate hash of commit

View file

@ -1,4 +1,4 @@
profile unbalanced_parenthesis {
owner /dev/shm/test(me r,
/dev/shm/test(me r,
}