We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d13bf9 commit 56e1f94Copy full SHA for 56e1f94
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.157.0)
+policy_module(container, 2.158.0)
2
gen_require(`
3
class passwd rootok;
4
')
@@ -468,6 +468,7 @@ tunable_policy(`virt_use_nfs',`
468
fs_manage_nfs_files(container_runtime_domain)
469
fs_manage_nfs_named_sockets(container_runtime_domain)
470
fs_manage_nfs_symlinks(container_runtime_domain)
471
+ fs_remount_nfs(container_runtime_domain)
472
fs_mount_nfs(container_runtime_domain)
473
fs_unmount_nfs(container_runtime_domain)
474
fs_exec_nfs_files(container_runtime_domain)
0 commit comments