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 94b2618 commit 8d1f141Copy full SHA for 8d1f141
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.197.0)
+policy_module(container, 2.198.0)
2
3
gen_require(`
4
class passwd rootok;
@@ -686,6 +686,7 @@ role system_r types spc_t;
686
domtrans_pattern(container_runtime_domain, container_ro_file_t, spc_t)
687
domtrans_pattern(container_runtime_domain, container_var_lib_t, spc_t)
688
domtrans_pattern(container_runtime_domain, fusefs_t, spc_t)
689
+fs_tmpfs_filetrans(spc_t, container_file_t, { dir file lnk_file })
690
691
allow container_runtime_domain spc_t:process2 nnp_transition;
692
admin_pattern(spc_t, kubernetes_file_t)
0 commit comments