selinux-policy/policy/modules/services/privoxy.te

110 lines
2.6 KiB
Plaintext
Raw Normal View History

2005-08-22 21:49:27 +00:00
2006-10-18 19:25:27 +00:00
policy_module(privoxy,1.2.0)
2005-08-22 21:49:27 +00:00
########################################
#
# Declarations
#
2005-09-13 13:06:07 +00:00
type privoxy_t; # web_client_domain
2005-08-22 21:49:27 +00:00
type privoxy_exec_t;
init_daemon_domain(privoxy_t,privoxy_exec_t)
2005-11-29 21:51:24 +00:00
type privoxy_etc_rw_t;
files_type(privoxy_etc_rw_t)
2005-08-22 21:49:27 +00:00
type privoxy_log_t;
logging_log_file(privoxy_log_t)
type privoxy_var_run_t;
files_pid_file(privoxy_var_run_t)
########################################
#
# Local Policy
#
allow privoxy_t self:capability { setgid setuid };
dontaudit privoxy_t self:capability sys_tty_config;
2005-10-18 15:07:11 +00:00
allow privoxy_t self:tcp_socket create_stream_socket_perms;
2005-08-22 21:49:27 +00:00
2005-11-29 21:51:24 +00:00
allow privoxy_t privoxy_etc_rw_t:file rw_file_perms;
2005-08-22 21:49:27 +00:00
allow privoxy_t privoxy_log_t:file create_file_perms;
allow privoxy_t privoxy_log_t:dir rw_dir_perms;
logging_log_filetrans(privoxy_t,privoxy_log_t,file)
2005-08-22 21:49:27 +00:00
allow privoxy_t privoxy_var_run_t:file create_file_perms;
2005-10-26 21:03:19 +00:00
allow privoxy_t privoxy_var_run_t:dir rw_dir_perms;
files_pid_filetrans(privoxy_t,privoxy_var_run_t,file)
2005-08-22 21:49:27 +00:00
kernel_read_kernel_sysctls(privoxy_t)
2005-08-22 21:49:27 +00:00
kernel_list_proc(privoxy_t)
kernel_read_proc_symlinks(privoxy_t)
2006-05-19 13:14:37 +00:00
corenet_non_ipsec_sendrecv(privoxy_t)
2005-08-22 21:49:27 +00:00
corenet_tcp_sendrecv_all_if(privoxy_t)
corenet_tcp_sendrecv_all_nodes(privoxy_t)
corenet_tcp_sendrecv_all_ports(privoxy_t)
2006-05-19 13:14:37 +00:00
corenet_tcp_bind_all_nodes(privoxy_t)
2005-09-13 13:06:07 +00:00
corenet_tcp_bind_http_cache_port(privoxy_t)
2005-10-18 15:07:11 +00:00
corenet_tcp_connect_http_port(privoxy_t)
corenet_tcp_connect_http_cache_port(privoxy_t)
2005-10-18 15:07:11 +00:00
corenet_tcp_connect_ftp_port(privoxy_t)
corenet_tcp_connect_tor_port(privoxy_t)
2006-05-30 19:46:34 +00:00
corenet_sendrecv_http_cache_client_packets(privoxy_t)
corenet_sendrecv_http_cache_server_packets(privoxy_t)
corenet_sendrecv_http_client_packets(privoxy_t)
corenet_sendrecv_ftp_client_packets(privoxy_t)
corenet_sendrecv_tor_client_packets(privoxy_t)
2005-08-22 21:49:27 +00:00
dev_read_sysfs(privoxy_t)
fs_getattr_all_fs(privoxy_t)
fs_search_auto_mountpoints(privoxy_t)
term_dontaudit_use_console(privoxy_t)
2006-02-20 21:33:25 +00:00
domain_use_interactive_fds(privoxy_t)
2005-08-22 21:49:27 +00:00
files_read_etc_files(privoxy_t)
init_use_fds(privoxy_t)
2006-02-02 21:08:12 +00:00
init_use_script_ptys(privoxy_t)
2005-08-22 21:49:27 +00:00
libs_use_ld_so(privoxy_t)
libs_use_shared_libs(privoxy_t)
logging_send_syslog_msg(privoxy_t)
miscfiles_read_localization(privoxy_t)
2005-09-16 13:36:26 +00:00
sysnet_dns_name_resolve(privoxy_t)
2006-02-20 21:33:25 +00:00
userdom_dontaudit_use_unpriv_user_fds(privoxy_t)
2006-02-21 18:40:44 +00:00
userdom_dontaudit_search_sysadm_home_dirs(privoxy_t)
2005-08-22 21:49:27 +00:00
# cjp: this should really not be needed
userdom_use_sysadm_terms(privoxy_t)
ifdef(`targeted_policy',`
2006-02-02 21:08:12 +00:00
term_dontaudit_use_unallocated_ttys(privoxy_t)
term_dontaudit_use_generic_ptys(privoxy_t)
files_dontaudit_read_root_files(privoxy_t)
2005-08-22 21:49:27 +00:00
')
optional_policy(`
2005-09-13 13:06:07 +00:00
nis_use_ypbind(privoxy_t)
')
optional_policy(`
nscd_socket_use(privoxy_t)
')
optional_policy(`
2005-08-22 21:49:27 +00:00
seutil_sigchld_newrole(privoxy_t)
')
optional_policy(`
2005-08-22 21:49:27 +00:00
udev_read_db(privoxy_t)
')