]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
selinux.py: Ignore both contexts for NetworkManager_dispatcher_t 1717/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 24 Feb 2022 16:50:14 +0000 (11:50 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 24 Feb 2022 16:50:14 +0000 (11:50 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/task/selinux.py

index 6482542de482d6b564cecdd5f5c0600ddc88aa2c..ea8d6948ca59573bdc0ae462a238b036a7ee780b 100644 (file)
@@ -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: