]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/task/selinux: ignore sss_cache 1710/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 3 Feb 2022 14:21:30 +0000 (09:21 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 3 Feb 2022 14:21:30 +0000 (09:21 -0500)
Fixes: https://tracker.ceph.com/issues/54125
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/task/selinux.py

index 6ab4b2fd39f5fc500cda7073542979a7851e81c9..c402e393000d2ced554720d035eca5cb233ca2aa 100644 (file)
@@ -132,6 +132,7 @@ class SELinux(Task):
             'tcontext=system_u:object_r:container_runtime_exec_t:s0',
             'comm="ksmtuned"',
             'comm="sssd"',
+            'comm="sss_cache"',
         ]
         se_whitelist = self.config.get('whitelist', [])
         if se_whitelist: