From 8f24b80a2e9382379459f65711b2257058e3f7f5 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 2 May 2016 13:20:57 -0600 Subject: [PATCH] task.selinux: add PCP's pmlogger to the whitelist Signed-off-by: Zack Cerza --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.3