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 0ef4703 commit 5d3c461Copy full SHA for 5d3c461
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.150.0)
+policy_module(container, 2.151.0)
2
gen_require(`
3
class passwd rootok;
4
')
@@ -1148,6 +1148,8 @@ allow container_kvm_t container_runtime_t:unix_stream_socket rw_stream_socket_pe
1148
1149
container_stream_connect(container_kvm_t)
1150
1151
+allow container_kvm_t container_runtime_t:tun_socket attach_queue;
1152
+
1153
dev_rw_inherited_vhost(container_kvm_t)
1154
dev_rw_vfio_dev(container_kvm_t)
1155
0 commit comments