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

23 lines
534 B
Plaintext
Raw Normal View History

2005-06-07 14:46:31 +00:00
## <module name="remotelogin" layer="services">
## <summary>Policy for rshd, rlogind, and telnetd.</summary>
########################################
## <interface name="remotelogin_domtrans">
## <description>
## Domain transition to the remote login domain.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
define(`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>