Privoxy patch from Dan Walsh.

This commit is contained in:
Chris PeBenito 2009-12-18 10:45:22 -05:00
parent 1232a50c5f
commit b36ae9786f
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,4 @@
/etc/privoxy/user\.action -- gen_context(system_u:object_r:privoxy_etc_rw_t,s0)
/etc/privoxy/default\.action -- gen_context(system_u:object_r:privoxy_etc_rw_t,s0)
/etc/privoxy/[^/]*\.action -- gen_context(system_u:object_r:privoxy_etc_rw_t,s0)
/etc/rc\.d/init\.d/privoxy -- gen_context(system_u:object_r:privoxy_initrc_exec_t,s0)
/usr/sbin/privoxy -- gen_context(system_u:object_r:privoxy_exec_t,s0)

View File

@ -1,5 +1,5 @@
policy_module(privoxy, 1.9.0)
policy_module(privoxy, 1.9.1)
########################################
#
@ -47,9 +47,8 @@ logging_log_filetrans(privoxy_t, privoxy_log_t, file)
manage_files_pattern(privoxy_t, privoxy_var_run_t, privoxy_var_run_t)
files_pid_filetrans(privoxy_t, privoxy_var_run_t, file)
kernel_read_system_state(privoxy_t)
kernel_read_kernel_sysctls(privoxy_t)
kernel_list_proc(privoxy_t)
kernel_read_proc_symlinks(privoxy_t)
corenet_all_recvfrom_unlabeled(privoxy_t)
corenet_all_recvfrom_netlabel(privoxy_t)