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
This commit is contained in:
Justin Stephenson 2021-07-07 13:26:14 -04:00
parent 2c16ca3e2f
commit 7ff310a705

View file

@ -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):