]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
selinux.py: Ignore new NetworkManager denials 1716/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 22 Feb 2022 15:04:56 +0000 (10:04 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 22 Feb 2022 15:04:56 +0000 (10:04 -0500)
Fixes: https://tracker.ceph.com/issues/54337
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/task/selinux.py

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