From: David Galloway Date: Tue, 24 Apr 2018 15:25:40 +0000 (-0400) Subject: task.selinux: Whitelist syslogd_t denials X-Git-Tag: 1.1.0~347^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93bba8f48f2a8bee95f568bb58fec58427c66fd4;p=teuthology.git task.selinux: Whitelist syslogd_t denials Fixes: http://tracker.ceph.com/issues/23798 Signed-off-by: David Galloway --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index fe7b7a247..fac277556 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: