name_connect only on tcp_sockets
This commit is contained in:
parent
9496fd5119
commit
ef424c14d4
@ -984,13 +984,14 @@ interface(`corenet_unconfined',`
|
||||
gen_require(`
|
||||
attribute node_type, netif_type, port_type;
|
||||
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 udp_socket { send_msg recv_msg node_bind name_bind };
|
||||
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 name_connect };
|
||||
allow $1 port_type:tcp_socket { send_msg recv_msg name_connect };
|
||||
allow $1 port_type:udp_socket { send_msg recv_msg };
|
||||
|
||||
# Bind to any network address.
|
||||
# cjp: rawip_socket doesnt make any sense
|
||||
|
Loading…
Reference in New Issue
Block a user