Skip to content

Commit

Permalink
Allow containers to use leaked pipes from user 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 Oct 24, 2019
1 parent 79bdcb5 commit b383f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.118.0
2.119.0
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.118.0)
policy_module(container, 2.119.0)
gen_require(`
class passwd rootok;
')
Expand Down Expand Up @@ -754,6 +754,7 @@ fs_dontaudit_getattr_all_files(container_domain)
term_use_all_inherited_terms(container_domain)

userdom_use_user_ptys(container_domain)
userdom_rw_inherited_user_pipes(container_domain)

domain_dontaudit_link_all_domains_keyrings(container_domain)
domain_dontaudit_search_all_domains_keyrings(container_domain)
Expand Down

0 comments on commit b383f07

Please sign in to comment.