## policy for boothd
########################################
##
## Execute boothd_exec_t in the boothd domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`boothd_domtrans',`
gen_require(`
type boothd_t, boothd_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, boothd_exec_t, boothd_t)
')
######################################
##
## Execute boothd in the caller domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`boothd_exec',`
gen_require(`
type boothd_exec_t;
')
corecmd_search_bin($1)
can_exec($1, boothd_exec_t)
')