diff --git a/refpolicy/policy/modules/kernel/corenetwork.if.in b/refpolicy/policy/modules/kernel/corenetwork.if.in index 61e8572..25ea9d6 100644 --- a/refpolicy/policy/modules/kernel/corenetwork.if.in +++ b/refpolicy/policy/modules/kernel/corenetwork.if.in @@ -983,14 +983,14 @@ interface(`corenet_use_tun_tap_device',` interface(`corenet_unconfined',` gen_require(` attribute node_type, netif_type, port_type; - class tcp_socket { send_msg recv_msg node_bind name_bind }; - class udp_socket { send_msg recv_msg node_bind name_bind }; + class tcp_socket { send_msg recv_msg node_bind name_bind name_connect }; + class udp_socket { send_msg recv_msg node_bind name_bind name_connect }; class rawip_socket node_bind; ') allow $1 node_type:node *; allow $1 netif_type:netif *; - allow $1 port_type:{ tcp_socket udp_socket } { send_msg recv_msg }; + allow $1 port_type:{ tcp_socket udp_socket } { send_msg recv_msg name_connect }; # Bind to any network address. # cjp: rawip_socket doesnt make any sense