]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task/selinux: ignore recent rhel8 selinux denials 1391/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 3 Jan 2020 23:19:20 +0000 (15:19 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 3 Jan 2020 23:19:20 +0000 (15:19 -0800)
Fixes: https://tracker.ceph.com/issues/43396
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/task/selinux.py

index 36d5d06385869a7f4ee5004e5babd066434f6f32..c3cd494f59db7ddfbef9730d39d33a8164fb5e97 100644 (file)
@@ -122,6 +122,9 @@ class SELinux(Task):
             'tcontext=system_u:system_r:nrpe_t:s0',
             'comm="updatedb"',
             'comm="smartd"',
+            'comm="rhsmcertd-worke"',
+            'comm="setroubleshootd"',
+            'comm="rpm"',
         ]
         se_whitelist = self.config.get('whitelist', [])
         if se_whitelist: