## TOR, the onion router
########################################
##
## Execute a domain transition to run TOR.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`tor_domtrans',`
gen_require(`
type tor_t, tor_exec_t;
')
domtrans_pattern($1,tor_exec_t,tor_t)
')