Skip to content

Commit

Permalink
don't audit searching process domains
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Jul 14, 2022
1 parent ce85ca5 commit bca5876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(container, 2.188.0)
policy_module(container, 2.189.0)

gen_require(`
class passwd rootok;
Expand Down Expand Up @@ -889,6 +889,7 @@ userdom_rw_inherited_user_pipes(container_domain)
domain_user_exemption_target(container_t)
domain_dontaudit_link_all_domains_keyrings(container_domain)
domain_dontaudit_search_all_domains_keyrings(container_domain)
domain_dontaudit_search_all_domains_state(container_domain)

virt_sandbox_net_domain(container_t)

Expand Down

0 comments on commit bca5876

Please sign in to comment.