diff --git a/teuthology/task/selinux.py b/teuthology/task/selinux.py index ca7390722..7b33b11b3 100644 --- a/teuthology/task/selinux.py +++ b/teuthology/task/selinux.py @@ -137,6 +137,7 @@ def get_denials(self): 'comm="sssd"', 'comm="sss_cache"', 'context=system_u:system_r:NetworkManager_dispatcher_t:s0', + 'context=system_u:system_r:getty_t:s0', ] se_allowlist = self.config.get('allowlist', []) if se_allowlist: