## policy for qatlib
########################################
##
## Execute qatlib_exec_t in the qatlib domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`qatlib_domtrans',`
gen_require(`
type qatlib_t, qatlib_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, qatlib_exec_t, qatlib_t)
')
######################################
##
## Execute qatlib in the caller domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`qatlib_exec',`
gen_require(`
type qatlib_exec_t;
')
corecmd_search_bin($1)
can_exec($1, qatlib_exec_t)
')