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

23 lines
498 B
Plaintext
Raw Normal View History

## <module name="remotelogin">
2005-06-07 14:46:31 +00:00
## <summary>Policy for rshd, rlogind, and telnetd.</summary>
########################################
## <interface name="remotelogin_domtrans">
2005-06-23 16:00:05 +00:00
## <desc>
2005-06-07 14:46:31 +00:00
## Domain transition to the remote login domain.
2005-06-23 16:00:05 +00:00
## </desc>
## <param name="domain">
2005-06-07 14:46:31 +00:00
## The type of the process performing this action.
2005-06-23 16:00:05 +00:00
## </param>
2005-06-07 14:46:31 +00:00
## </interface>
#
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
')
## </module>