From ddfc38d0132a136cfd96c14d92cd79c4b57fa0af Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 22 Feb 2022 10:04:56 -0500 Subject: [PATCH] selinux.py: Ignore new NetworkManager denials Fixes: https://tracker.ceph.com/issues/54337 Signed-off-by: David Galloway --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5