Skip to content

Commit

Permalink
Merge pull request #1974 from ceph/wip-selinux-ignore-agetty
Browse files Browse the repository at this point in the history
teuthology/task/selinux: ignore denials in agetty
  • Loading branch information
zmc authored Jul 12, 2024
2 parents 454a461 + 2edcefa commit 5bc6960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/task/selinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5bc6960

Please sign in to comment.