From b029e9fc5b8b3725cfbf81d4358b49d61bde3357 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Wed, 27 Nov 2019 23:26:40 +0100 Subject: [PATCH] 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 (7ce6ee2a199c8d0d3616ded7154ce0546cf2c0d5), 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. --- .../testsuite/test_multi/unbalanced_parenthesis.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libapparmor/testsuite/test_multi/unbalanced_parenthesis.profile b/libraries/libapparmor/testsuite/test_multi/unbalanced_parenthesis.profile index ecd665356..5ff755083 100644 --- a/libraries/libapparmor/testsuite/test_multi/unbalanced_parenthesis.profile +++ b/libraries/libapparmor/testsuite/test_multi/unbalanced_parenthesis.profile @@ -1,4 +1,4 @@ profile unbalanced_parenthesis { - owner /dev/shm/test(me r, + /dev/shm/test(me r, }