add listen and accept to tcp_sock

This commit is contained in:
Chris PeBenito 2006-03-16 18:53:55 +00:00
parent 405efe1637
commit aa5f871d7b

View File

@ -1,5 +1,5 @@
policy_module(tor,1.0.1)
policy_module(tor,1.0.2)
########################################
#
@ -34,7 +34,7 @@ files_pid_file(tor_var_run_t)
allow tor_t self:fifo_file { read write };
allow tor_t self:unix_stream_socket create_stream_socket_perms;
allow tor_t self:netlink_route_socket r_netlink_socket_perms;
allow tor_t self:tcp_socket create_socket_perms;
allow tor_t self:tcp_socket create_stream_socket_perms;
# configuration files
allow tor_t tor_etc_t:dir r_dir_perms;