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 ce7a50c commit cc5da8aCopy full SHA for cc5da8a
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.232.1)
+policy_module(container, 2.233.0)
2
3
gen_require(`
4
class passwd rootok;
@@ -1516,6 +1516,7 @@ allow container_device_t device_node:chr_file rw_chr_file_perms;
1516
# Standard container which needs to be allowed to use any device and
1517
# communicate with kubelet
1518
container_domain_template(container_device_plugin, container)
1519
+typeattribute container_device_plugin_t container_net_domain;
1520
allow container_device_plugin_t device_node:chr_file rw_chr_file_perms;
1521
dev_rw_sysfs(container_device_plugin_t)
1522
kernel_read_debugfs(container_device_plugin_t)
0 commit comments