]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ignore selinux errors from ksmtuned 1539/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 17 Jul 2020 22:33:53 +0000 (15:33 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 17 Jul 2020 22:34:04 +0000 (15:34 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/task/selinux.py

index 27009073a9c2fb05467ef5d70a2794e83ff54654..e21c0698dc27457b4c0c64b1266b06a51da9d151 100644 (file)
@@ -130,6 +130,7 @@ class SELinux(Task):
             'comm="setroubleshootd"',
             'comm="rpm"',
             'tcontext=system_u:object_r:container_runtime_exec_t:s0',
+            'comm="ksmtuned"',
         ]
         se_whitelist = self.config.get('whitelist', [])
         if se_whitelist: