selinux-policy/policy/modules/services/hddtemp.if
2009-09-01 08:34:04 -04:00

39 lines
722 B
Plaintext

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