From: Patrick Donnelly Date: Fri, 17 Jul 2020 22:33:53 +0000 (-0700) Subject: ignore selinux errors from ksmtuned X-Git-Tag: 1.1.0~62^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1539%2Fhead;p=teuthology.git ignore selinux errors from ksmtuned Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 27009073a9..e21c0698dc 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -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: