From 93bba8f48f2a8bee95f568bb58fec58427c66fd4 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 24 Apr 2018 11:25:40 -0400 Subject: [PATCH] task.selinux: Whitelist syslogd_t denials Fixes: http://tracker.ceph.com/issues/23798 Signed-off-by: David Galloway --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index fe7b7a247d..fac277556b 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -115,6 +115,7 @@ class SELinux(Task): 'scontext=system_u:system_r:pcp_pmlogger_t', 'scontext=system_u:system_r:pcp_pmcd_t:s0', 'comm="rhsmd"', + 'scontext=system_u:system_r:syslogd_t:s0', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: -- 2.39.5