container: fix cilium denial

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2023-06-21 09:24:25 +02:00
parent d6b44b9c4f
commit feaf607f3e
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -866,6 +866,7 @@ allow spc_t self:netlink_audit_socket { create_netlink_socket_perms nlmsg_relay
allow spc_t self:netlink_generic_socket create_socket_perms;
allow spc_t self:netlink_netfilter_socket create_socket_perms;
allow spc_t self:netlink_xfrm_socket create_socket_perms;
allow spc_t self:perf_event { cpu kernel open read };
allow container_engine_system_domain spc_t:process { setsched signal_perms };