From da5e594105c8b5817ec4227742489dfe33d54891 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Wed, 22 Feb 2023 15:40:12 +1000 Subject: [PATCH] task/selinux: Ignore source context of ping_t Fixes: https://tracker.ceph.com/issues/55443 Signed-off-by: Brad Hubbard --- teuthology/task/selinux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index ca7390722..0d2a27514 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -137,6 +137,7 @@ class SELinux(Task): 'comm="sssd"', 'comm="sss_cache"', 'context=system_u:system_r:NetworkManager_dispatcher_t:s0', + 'scontext=system_u:system_r:ping_t:s0', ] se_allowlist = self.config.get('allowlist', []) if se_allowlist: -- 2.47.3