From: David Galloway Date: Wed, 14 Mar 2018 17:12:06 +0000 (-0400) Subject: task.selinux: Whitelist rhsmd denials X-Git-Tag: 1.1.0~357^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a377c66ed7f55d156bebb940a95d2bc6349b2741;p=teuthology.git task.selinux: Whitelist rhsmd denials These started showing up once we added RHEL to Sepia. Fixes: https://tracker.ceph.com/issues/23343#note-5 Signed-off-by: David Galloway --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index d74df244f..fe7b7a247 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -114,6 +114,7 @@ class SELinux(Task): 'scontext=system_u:system_r:nrpe_t:s0', 'scontext=system_u:system_r:pcp_pmlogger_t', 'scontext=system_u:system_r:pcp_pmcd_t:s0', + 'comm="rhsmd"', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: