20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
## <summary>TOR, the onion router</summary>
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute a domain transition to run TOR.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed to transition.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`tor_domtrans',`
|
|
gen_require(`
|
|
type tor_t, tor_exec_t;
|
|
')
|
|
|
|
domtrans_pattern($1,tor_exec_t,tor_t)
|
|
')
|