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

21 lines
373 B
Plaintext
Raw Normal View History

2005-11-28 17:46:29 +00:00
## <summary>Network router discovery daemon</summary>
2010-03-22 19:09:27 +00:00
######################################
## <summary>
## Execute rdisc in the caller domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`rdisc_exec',`
gen_require(`
type rdisc_exec_t;
')
corecmd_search_bin($1)
can_exec($1, rdisc_exec_t)
')