From 5d2f6be718ad54a01edb9d29b7344786393dc8b3 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 17 Jul 2020 15:33:53 -0700 Subject: [PATCH] ignore selinux errors from ksmtuned Signed-off-by: Patrick Donnelly --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5