## policy for afterburn
########################################
##
## Execute afterburn in the afterburn domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`afterburn_domtrans',`
gen_require(`
type afterburn_t, afterburn_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, afterburn_exec_t, afterburn_t)
')
######################################
##
## Execute afterburn in the caller domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`afterburn_exec',`
gen_require(`
type afterburn_exec_t;
')
corecmd_search_bin($1)
can_exec($1, afterburn_exec_t)
')