From: Patrick Donnelly Date: Thu, 3 Feb 2022 14:21:30 +0000 (-0500) Subject: teuthology/task/selinux: ignore sss_cache X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a7fd10f4bfefe2f2be76cb3808e98d05adc18651;p=teuthology.git teuthology/task/selinux: ignore sss_cache Fixes: https://tracker.ceph.com/issues/54125 Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 6ab4b2fd39..c402e39300 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -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: