From: Sage Weil Date: Sat, 27 Feb 2021 15:26:36 +0000 (-0600) Subject: selinux: ignore issues with sssd X-Git-Tag: 1.2.0~273^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1622%2Fhead;p=teuthology.git selinux: ignore issues with sssd ['type=AVC msg=audit(1614438637.552:5615): avc: denied { read } for pid=876 comm="sssd" name="resolv.conf" dev="sda1" ino=265261 scontext=system_u:system_r:sssd_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file permissive=1'] (currently seen on rhel 8.3) Signed-off-by: Sage Weil --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index e21c0698d..879a58084 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -131,6 +131,7 @@ class SELinux(Task): 'comm="rpm"', 'tcontext=system_u:object_r:container_runtime_exec_t:s0', 'comm="ksmtuned"', + 'common="sssd"', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: