* commit 'ace68b1e06a2f5c433f4f7dd191e71411e86541f': netd: allow tcp_socket name_connect
This commit is contained in:
commit
b9d93b0138
1 changed files with 1 additions and 0 deletions
1
netd.te
1
netd.te
|
@ -11,6 +11,7 @@ allow netd self:rawip_socket *;
|
||||||
allow netd self:{ tcp_socket udp_socket } *;
|
allow netd self:{ tcp_socket udp_socket } *;
|
||||||
allow netd node:{ tcp_socket udp_socket } node_bind;
|
allow netd node:{ tcp_socket udp_socket } node_bind;
|
||||||
allow netd port:{ tcp_socket udp_socket } name_bind;
|
allow netd port:{ tcp_socket udp_socket } name_bind;
|
||||||
|
allow netd port:tcp_socket name_connect;
|
||||||
allow netd self:unix_stream_socket *;
|
allow netd self:unix_stream_socket *;
|
||||||
allow netd shell_exec:file rx_file_perms;
|
allow netd shell_exec:file rx_file_perms;
|
||||||
allow netd system_file:file x_file_perms;
|
allow netd system_file:file x_file_perms;
|
||||||
|
|
Loading…
Reference in a new issue