Skip to content

Commit

Permalink
Merge PR #1710 into master
Browse files Browse the repository at this point in the history
* refs/pull/1710/head:
	teuthology/task/selinux: ignore sss_cache

Reviewed-by: Yuri Weinstein <[email protected]>
  • Loading branch information
batrick committed Feb 3, 2022
2 parents 5ab17ea + a7fd10f commit 3094160
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 @@ -132,6 +132,7 @@ def get_denials(self):
'tcontext=system_u:object_r:container_runtime_exec_t:s0',
'comm="ksmtuned"',
'comm="sssd"',
'comm="sss_cache"',
]
se_whitelist = self.config.get('whitelist', [])
if se_whitelist:
Expand Down

0 comments on commit 3094160

Please sign in to comment.