mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
b0356dc64f
commit
b029e9fc5b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
profile unbalanced_parenthesis {
|
||||
owner /dev/shm/test(me r,
|
||||
/dev/shm/test(me r,
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue