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 d03f7c5 commit 88f904dCopy full SHA for 88f904d
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.192.0)
+policy_module(container, 2.193.0)
2
3
gen_require(`
4
class passwd rootok;
@@ -67,6 +67,7 @@ ifdef(`enable_mls',`
67
type spc_t, container_domain;
68
domain_type(spc_t)
69
role system_r types spc_t;
70
+init_initrc_domain(spc_t)
71
72
type container_auth_t alias docker_auth_t;
73
type container_auth_exec_t alias docker_auth_exec_t;
0 commit comments