From: Zack Cerza Date: Mon, 2 May 2016 19:20:57 +0000 (-0600) Subject: task.selinux: add PCP's pmlogger to the whitelist X-Git-Tag: 1.1.0~621^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F852%2Fhead;p=teuthology.git task.selinux: add PCP's pmlogger to the whitelist Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 5a51fca01..bc1f58cb8 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -114,6 +114,7 @@ class SELinux(Task): 'chronyd.service', 'name="cephtest"', 'scontext=system_u:system_r:nrpe_t:s0', + 'scontext=system_u:system_r:pcp_pmlogger_t', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: