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