]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
selinux: ignore nagios denial 1265/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 4 Mar 2019 21:26:46 +0000 (13:26 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 4 Mar 2019 21:26:46 +0000 (13:26 -0800)
Got this in RHEL 7.6 testing.

Fixes: https://tracker.ceph.com/issues/38519
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/task/selinux.py

index ee3a1aa566f5f0783ad3afb7e0469592ebf1293c..6fb06f5a41272368b18082c7e242987e5a742552 100644 (file)
@@ -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: