From: David Galloway Date: Tue, 22 Feb 2022 15:04:56 +0000 (-0500) Subject: selinux.py: Ignore new NetworkManager denials X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ddfc38d0132a136cfd96c14d92cd79c4b57fa0af;p=teuthology.git selinux.py: Ignore new NetworkManager denials Fixes: https://tracker.ceph.com/issues/54337 Signed-off-by: David Galloway --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index c402e39300..6482542de4 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -133,6 +133,7 @@ class SELinux(Task): 'comm="ksmtuned"', 'comm="sssd"', 'comm="sss_cache"', + 'scontext=system_u:system_r:NetworkManager_dispatcher_t:s0', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: