From: David Galloway Date: Thu, 24 Feb 2022 16:50:14 +0000 (-0500) Subject: selinux.py: Ignore both contexts for NetworkManager_dispatcher_t X-Git-Tag: 1.2.0~204^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ee46e6473b8c37a96076cc4c5edfbd3c1643e7b;p=teuthology.git selinux.py: Ignore both contexts for NetworkManager_dispatcher_t Signed-off-by: David Galloway --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 6482542d..ea8d6948 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -133,7 +133,7 @@ class SELinux(Task): 'comm="ksmtuned"', 'comm="sssd"', 'comm="sss_cache"', - 'scontext=system_u:system_r:NetworkManager_dispatcher_t:s0', + 'context=system_u:system_r:NetworkManager_dispatcher_t:s0', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: