From 27400c6b8627b28ced0d68694f9cbff81eb980ef Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 3 Jan 2020 15:19:20 -0800 Subject: [PATCH] task/selinux: ignore recent rhel8 selinux denials Fixes: https://tracker.ceph.com/issues/43396 Signed-off-by: Patrick Donnelly --- teuthology/task/selinux.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 36d5d06385..c3cd494f59 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -122,6 +122,9 @@ class SELinux(Task): 'tcontext=system_u:system_r:nrpe_t:s0', 'comm="updatedb"', 'comm="smartd"', + 'comm="rhsmcertd-worke"', + 'comm="setroubleshootd"', + 'comm="rpm"', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: -- 2.39.5