From: Sage Weil Date: Sat, 27 Feb 2021 20:13:30 +0000 (-0600) Subject: selinux: fix typo X-Git-Tag: 1.2.0~272 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3082387bba74fcd24c9700593d10418152d53c97;p=teuthology.git selinux: fix typo Signed-off-by: Sage Weil --- 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: