## Remote shell service.
########################################
##
## Domain transition to rshd.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`rshd_domtrans',`
gen_require(`
type rshd_exec_t, rshd_t;
')
files_search_usr($1)
corecmd_search_bin($1)
domtrans_pattern($1, rshd_exec_t, rshd_t)
')