## Portable Transparent Proxy Solution.
########################################
##
## All of the rules required to
## administrate an transproxy environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`transproxy_admin',`
gen_require(`
type transproxy_t, transproxy_initrc_exec_t, transproxy_runtime_t;
')
allow $1 transproxy_t:process { ptrace signal_perms };
ps_process_pattern($1, transproxy_t)
init_startstop_service($1, $2, transproxy_t, transproxy_initrc_exec_t)
files_search_runtime($1)
admin_pattern($1, transproxy_runtime_t)
')