Skip to content

Commit

Permalink
task/selinux: Ignore source context of ping_t
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/55443

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
  • Loading branch information
badone committed May 2, 2023
1 parent 69caab8 commit 9446fdb
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',
'scontext=system_u:system_r:ping_t:s0',
]
se_allowlist = self.config.get('allowlist', [])
if se_allowlist:
Expand Down

0 comments on commit 9446fdb

Please sign in to comment.