Skip to content

Commit

Permalink
test: add avc type=1405
Browse files Browse the repository at this point in the history
Audit type=1405 is a "changes to booleans" event thus not a violation.
  • Loading branch information
jelly authored and martinpitt committed Sep 19, 2023
1 parent 755bc40 commit 03c1ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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\".*",
Expand Down

0 comments on commit 03c1ccc

Please sign in to comment.