selinux-policy/refpolicy/policy/modules/services/remotelogin.if

19 lines
399 B
Plaintext
Raw Normal View History

2005-06-07 14:46:31 +00:00
## <summary>Policy for rshd, rlogind, and telnetd.</summary>
########################################
2005-08-11 17:46:39 +00:00
## <summary>
2005-06-23 21:30:57 +00:00
## Domain transition to the remote login domain.
2005-08-11 17:46:39 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## The type of the process performing this action.
## </param>
2005-06-07 14:46:31 +00:00
#
interface(`remotelogin_domtrans',`
2005-06-17 18:41:07 +00:00
gen_require(`
type remote_login_t;
')
2005-06-07 14:46:31 +00:00
2005-06-13 17:35:46 +00:00
auth_domtrans_login_program($1,remote_login_t)
2005-06-07 14:46:31 +00:00
')