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.
2 parents d89a599 + 9e769d3 commit c9f0cb6Copy full SHA for c9f0cb6
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.159.0)
+policy_module(container, 2.160.0)
2
gen_require(`
3
class passwd rootok;
4
')
@@ -648,6 +648,7 @@ allow container_runtime_domain spc_t:process { setsched signal_perms };
648
ps_process_pattern(container_runtime_domain, spc_t)
649
allow container_runtime_domain spc_t:socket_class_set { relabelto relabelfrom };
650
allow spc_t unlabeled_t:key manage_key_perms;
651
+allow spc_t unlabeled_t:socket_class_set create_socket_perms;
652
653
init_dbus_chat(spc_t)
654
0 commit comments