selinux-policy/refpolicy/policy/modules/services/remotelogin.if
2005-06-23 21:30:57 +00:00

19 lines
393 B
Plaintext

## <summary>Policy for rshd, rlogind, and telnetd.</summary>
########################################
## <desc>
## Domain transition to the remote login domain.
## </desc>
## <param name="domain">
## The type of the process performing this action.
## </param>
#
interface(`remotelogin_domtrans',`
gen_require(`
type remote_login_t;
')
auth_domtrans_login_program($1,remote_login_t)
')