## hddtemp hard disk temperature tool running as a daemon
#######################################
##
## Execute hddtemp in the hddtemp domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`hddtemp_domtrans',`
gen_require(`
type hddtemp_t, hddtemp_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, hddtemp_exec_t, hddtemp_t)
')
######################################
##
## Execute hddtemp
##
##
##
## Domain allowed access.
##
##
#
interface(`hddtemp_exec',`
gen_require(`
type hddtemp_exec_t;
')
can_exec($1, hddtemp_exec_t)
')