From 03c1ccc0dfcfa16012a100d11c53c0c3c07ab7f4 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 19 Sep 2023 15:53:34 +0200 Subject: [PATCH] test: add avc type=1405 Audit type=1405 is a "changes to booleans" event thus not a violation. --- test/common/testlib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/testlib.py b/test/common/testlib.py index 6001870f05f3..d571a674dda6 100644 --- a/test/common/testlib.py +++ b/test/common/testlib.py @@ -1646,6 +1646,7 @@ def login_and_go(self, path: Optional[str] = None, user: Optional[str] = None, h # SELinux messages to ignore "(audit: )?type=1403 audit.*", "(audit: )?type=1404 audit.*", + "(audit: )?type=1405 audit.*", # apparmor loading "(audit: )?type=1400.*apparmor=\"STATUS\".*",