From: Patrick Donnelly Date: Fri, 3 Jan 2020 23:19:20 +0000 (-0800) Subject: task/selinux: ignore recent rhel8 selinux denials X-Git-Tag: 1.1.0~171^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1391%2Fhead;p=teuthology.git task/selinux: ignore recent rhel8 selinux denials Fixes: https://tracker.ceph.com/issues/43396 Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 36d5d0638..c3cd494f5 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: