## ddcprobe retrieves monitor and graphics card information
########################################
##
## Execute ddcprobe in the ddcprobe domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`ddcprobe_domtrans',`
gen_require(`
type ddcprobe_t, ddcprobe_exec_t;
')
domtrans_pattern($1, ddcprobe_exec_t, ddcprobe_t)
')
########################################
##
## Execute ddcprobe in the ddcprobe domain, and
## allow the specified role the ddcprobe domain.
##
##
##
## Domain allowed to transition.
##
##
##
##
## Role to be authenticated for ddcprobe domain.
##
##
##
#
interface(`ddcprobe_run',`
gen_require(`
type ddcprobe_t;
')
ddcprobe_domtrans($1)
role $2 types ddcprobe_t;
')