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 32f5b9b + d27647a commit aaa7d55Copy full SHA for aaa7d55
container.te
@@ -1487,6 +1487,7 @@ allow container_engine_t kernel_t:system module_request;
1487
allow container_engine_t null_device_t:chr_file { mounton setattr_chr_file_perms };
1488
allow container_engine_t random_device_t:chr_file mounton;
1489
allow container_engine_t self:netlink_tcpdiag_socket nlmsg_read;
1490
+allow container_engine_t self:netlink_audit_socket nlmsg_relay;
1491
allow container_engine_t urandom_device_t:chr_file mounton;
1492
allow container_engine_t zero_device_t:chr_file mounton;
1493
allow container_engine_t container_file_t:sock_file mounton;
0 commit comments