irc.te: Allow irc_t access to unix_dgram_socket sendto to allow clients to
connect to a SOCKS proxy. Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
parent
cd783138ac
commit
508289a967
|
@ -40,7 +40,7 @@ userdom_user_tmp_file(irc_tmp_t)
|
|||
|
||||
allow irc_t self:process { getsched signal sigkill };
|
||||
allow irc_t self:fifo_file rw_fifo_file_perms;
|
||||
allow irc_t self:unix_dgram_socket create_socket_perms;
|
||||
allow irc_t self:unix_dgram_socket { create_socket_perms sendto };
|
||||
allow irc_t self:unix_stream_socket { accept listen };
|
||||
|
||||
allow irc_t irc_conf_t:file read_file_perms;
|
||||
|
|
Loading…
Reference in New Issue