selinux-policy/policy/modules/services/rshd.if

22 lines
410 B
Plaintext
Raw Normal View History

2005-08-17 15:23:24 +00:00
## <summary>Remote shell service.</summary>
########################################
## <summary>
## Domain transition to rshd.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </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)
domtrans_pattern($1, rshd_exec_t, rshd_t)
2005-08-17 15:23:24 +00:00
')