From 3082387bba74fcd24c9700593d10418152d53c97 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 27 Feb 2021 14:13:30 -0600 Subject: [PATCH] selinux: fix typo Signed-off-by: Sage Weil --- teuthology/task/selinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index 879a58084..6ab4b2fd3 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -131,7 +131,7 @@ class SELinux(Task): 'comm="rpm"', 'tcontext=system_u:object_r:container_runtime_exec_t:s0', 'comm="ksmtuned"', - 'common="sssd"', + 'comm="sssd"', ] se_whitelist = self.config.get('whitelist', []) if se_whitelist: -- 2.47.3