## policy for bootupd
########################################
##
## Execute bootupd_exec_t in the bootupd domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`bootupd_domtrans',`
gen_require(`
type bootupd_t, bootupd_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, bootupd_exec_t, bootupd_t)
')
######################################
##
## Execute bootupd in the caller domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`bootupd_exec',`
gen_require(`
type bootupd_exec_t;
')
corecmd_search_bin($1)
can_exec($1, bootupd_exec_t)
')