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 7293dae commit 8ed2899Copy full SHA for 8ed2899
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.199.0)
+policy_module(container, 2.200.0)
2
3
gen_require(`
4
class passwd rootok;
@@ -819,6 +819,7 @@ allow container_domain container_runtime_domain:fd use;
819
allow container_runtime_domain container_domain:fd use;
820
allow container_domain self:socket_class_set { create_socket_perms map accept };
821
allow container_domain self:lnk_file setattr;
822
+allow container_domain self:user_namespace create;
823
824
dontaudit container_domain self:capability fsetid;
825
allow container_domain self:association sendto;
0 commit comments