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

22 lines
426 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>
2005-08-17 15:23:24 +00:00
## The type of the process performing this action.
## </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)
2006-12-12 20:08:08 +00:00
domtrans_pattern($1,rshd_exec_t,rshd_t)
2005-08-17 15:23:24 +00:00
')