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:
parent
2c16ca3e2f
commit
7ff310a705
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ class TestApplication(MachineCase):
|
||||||
b = self.browser
|
b = self.browser
|
||||||
m = self.machine
|
m = self.machine
|
||||||
b.wait_present(wait)
|
b.wait_present(wait)
|
||||||
|
self.allow_journal_messages('.*type=1400.*avc: denied .* comm="systemctl".*')
|
||||||
return b, m
|
return b, m
|
||||||
|
|
||||||
def _sel_rec(self, recording):
|
def _sel_rec(self, recording):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue