From: Patrick Donnelly Date: Mon, 4 Mar 2019 21:26:46 +0000 (-0800) Subject: selinux: ignore nagios denial X-Git-Tag: 1.1.0~266^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1265%2Fhead;p=teuthology.git selinux: ignore nagios denial Got this in RHEL 7.6 testing. Fixes: https://tracker.ceph.com/issues/38519 Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index ee3a1aa56..6fb06f5a4 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -119,6 +119,7 @@ class SELinux(Task): 'scontext=system_u:system_r:pcp_pmcd_t:s0', 'comm="rhsmd"', 'scontext=system_u:system_r:syslogd_t:s0', + 'tcontext=system_u:system_r:nrpe_t:s0', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: