selinux-policy/refpolicy/policy/modules/services/remotelogin.if
2005-06-23 16:00:05 +00:00

23 lines
498 B
Plaintext

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