From 6afa7fe06ada057af50293f5ba4de4e8dfefe374 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 4 Mar 2019 13:26:46 -0800 Subject: [PATCH] selinux: ignore nagios denial Got this in RHEL 7.6 testing. Fixes: https://tracker.ceph.com/issues/38519 Signed-off-by: Patrick Donnelly --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index ee3a1aa566..6fb06f5a41 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: -- 2.39.5