]> git.ipfire.org Git - people/stevee/selinux-policy.git/blobdiff - policy/modules/services/tor.te
Whitespace, newline and tab fixes.
[people/stevee/selinux-policy.git] / policy / modules / services / tor.te
index 0a0074cbe3bd3bb3812c74622e7dda8d268ffa06..7f0d9a965a60d5cb850f8587c45cb9443b82e5c6 100644 (file)
@@ -6,10 +6,10 @@ policy_module(tor, 1.7.0)
 #
 
 ## <desc>
-## <p>
-## Allow tor daemon to bind
-## tcp sockets to all unreserved ports.
-## </p>
+##     <p>
+##     Allow tor daemon to bind
+##     tcp sockets to all unreserved ports.
+##     </p>
 ## </desc>
 gen_tunable(tor_bind_all_unreserved_ports, false)
 
@@ -43,7 +43,6 @@ files_pid_file(tor_var_run_t)
 
 allow tor_t self:capability { setgid setuid sys_tty_config };
 allow tor_t self:process signal;
-
 allow tor_t self:fifo_file rw_fifo_file_perms;
 allow tor_t self:unix_stream_socket create_stream_socket_perms;
 allow tor_t self:netlink_route_socket r_netlink_socket_perms;
@@ -108,7 +107,7 @@ logging_send_syslog_msg(tor_t)
 
 miscfiles_read_localization(tor_t)
 
-tunable_policy(`tor_bind_all_unreserved_ports', `
+tunable_policy(`tor_bind_all_unreserved_ports',`
        corenet_tcp_bind_all_unreserved_ports(tor_t)
 ')