Chris PeBenito 17de1b
## <summary>Network router discovery daemon</summary>
Chris PeBenito 1b2215
Chris PeBenito 1b2215
######################################
Chris PeBenito 1b2215
## <summary>
Chris PeBenito 1b2215
##	Execute rdisc in the caller domain.
Chris PeBenito 1b2215
## </summary>
Chris PeBenito 1b2215
## <param name="domain">
Chris PeBenito 1b2215
##	<summary>
Chris PeBenito 1b2215
##	Domain allowed access.
Chris PeBenito 1b2215
##	</summary>
Chris PeBenito 1b2215
## </param>
Chris PeBenito 1b2215
#
Chris PeBenito 1b2215
interface(`rdisc_exec',`
Chris PeBenito 1b2215
	gen_require(`
Chris PeBenito 1b2215
		type rdisc_exec_t;
Chris PeBenito 1b2215
	')
Chris PeBenito 1b2215
Chris PeBenito 1b2215
	corecmd_search_bin($1)
Chris PeBenito 1b2215
	can_exec($1, rdisc_exec_t)
Chris PeBenito 1b2215
')