From a7fd10f4bfefe2f2be76cb3808e98d05adc18651 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 3 Feb 2022 09:21:30 -0500 Subject: [PATCH] teuthology/task/selinux: ignore sss_cache Fixes: https://tracker.ceph.com/issues/54125 Signed-off-by: Patrick Donnelly --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) 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 @@ def get_denials(self): '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: