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 db7dcc5 commit c98794eCopy full SHA for c98794e
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.171.0)
+policy_module(container, 2.172.0)
2
3
gen_require(`
4
class passwd rootok;
@@ -590,6 +590,7 @@ optional_policy(`
590
591
role unconfined_r;
592
')
593
+ role unconfined_r types container_user_domain;
594
unconfined_domain(container_runtime_t)
595
unconfined_run_to(container_runtime_t, container_runtime_exec_t)
596
role_transition unconfined_r container_runtime_exec_t system_r;
0 commit comments