## Remote login daemon
########################################
##
## Execute rlogind in the rlogin domain.
##
##
##
## The type of the process performing this action.
##
##
#
interface(`rlogin_domtrans',`
gen_require(`
type rlogind_t, rlogind_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1,rlogind_exec_t,rlogind_t)
')