2005-08-17 15:23:24 +00:00
|
|
|
## <summary>Remote shell service.</summary>
|
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Domain transition to rshd.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2010-08-05 13:03:19 +00:00
|
|
|
## Domain allowed to transition.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2005-08-17 15:23:24 +00:00
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`rshd_domtrans',`
|
|
|
|
gen_require(`
|
|
|
|
type rshd_exec_t, rshd_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
files_search_usr($1)
|
|
|
|
corecmd_search_bin($1)
|
2008-07-23 21:38:39 +00:00
|
|
|
domtrans_pattern($1, rshd_exec_t, rshd_t)
|
2005-08-17 15:23:24 +00:00
|
|
|
')
|