From 4766999199ba112e84af4aad2646aac3ffbd6aa2 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 16 Jan 2020 14:54:46 +0800 Subject: [PATCH] task/selinux: ignore SElinux denials caused by podman it's a workaround of https://tracker.ceph.com/issues/43635 Signed-off-by: Kefu Chai --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index c3cd494f..01026f5e 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -125,6 +125,7 @@ class SELinux(Task): 'comm="rhsmcertd-worke"', 'comm="setroubleshootd"', 'comm="rpm"', + 'tcontext=system_u:object_r:container_runtime_exec_t:s0', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: -- 2.47.3