Blob Blame History Raw
## <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>