clean up socket

This commit is contained in:
Chris PeBenito 2005-11-01 15:57:15 +00:00
parent 31a1c2df88
commit 35adb6f8d7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ allow telnetd_t self:capability { fsetid chown fowner sys_tty_config dac_overrid
allow telnetd_t self:process signal_perms;
allow telnetd_t self:fifo_file rw_file_perms;
allow telnetd_t self:tcp_socket connected_stream_socket_perms;
allow telnetd_t self:udp_socket create_socket_perms;
# for identd; cjp: this should probably only be inetd_child rules?
allow telnetd_t self:netlink_tcpdiag_socket r_netlink_socket_perms;
allow telnetd_t self:capability { setuid setgid };