]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task.selinux: Whitelist syslogd_t denials 1169/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 24 Apr 2018 15:25:40 +0000 (11:25 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 24 Apr 2018 15:25:40 +0000 (11:25 -0400)
Fixes: http://tracker.ceph.com/issues/23798
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/task/selinux.py

index fe7b7a247de23bdf32474f1a60952fca0bd69bae..fac277556bcaf2949925d6ecaa33ca4aee23625f 100644 (file)
@@ -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: