Skip to content

Commit

Permalink
Allow containers to read nsfs file systems
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Dec 22, 2020
1 parent 5d3c461 commit 1677bc4
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.151.0)
policy_module(container, 2.152.0)
gen_require(`
class passwd rootok;
')
Expand Down Expand Up @@ -830,6 +830,7 @@ fs_manage_hugetlbfs_files(container_domain)
fs_exec_hugetlbfs_files(container_domain)
fs_dontaudit_getattr_all_dirs(container_domain)
fs_dontaudit_getattr_all_files(container_domain)
fs_read_nsfs_files(container_domain)

term_use_all_inherited_terms(container_domain)

Expand Down

0 comments on commit 1677bc4

Please sign in to comment.