From 7ff310a70529972fffe97f73990599c868644d30 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Wed, 7 Jul 2021 13:26:14 -0400 Subject: [PATCH] Fix CentOS 8 stream test journal messages audit: type=1400 audit(1625668755.740:6): avc: denied { getattr } for pid=1589 comm="systemctl" name="/" dev="vda1" ino=128 scontext=system_u:system_r:cockpit_ws_t:s0 tcontext=system_u:object_r:fs_t:s0 tclass=filesystem permissive=0 --- test/check-application | 1 + 1 file changed, 1 insertion(+) diff --git a/test/check-application b/test/check-application index 32ba219..d45e1b3 100755 --- a/test/check-application +++ b/test/check-application @@ -22,6 +22,7 @@ class TestApplication(MachineCase): b = self.browser m = self.machine b.wait_present(wait) + self.allow_journal_messages('.*type=1400.*avc: denied .* comm="systemctl".*') return b, m def _sel_rec(self, recording):