From 6ee46e6473b8c37a96076cc4c5edfbd3c1643e7b Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 24 Feb 2022 11:50:14 -0500 Subject: [PATCH] selinux.py: Ignore both contexts for NetworkManager_dispatcher_t Signed-off-by: David Galloway --- teuthology/task/selinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 6482542de..ea8d6948c 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: -- 2.47.3