selinux-policy/refpolicy/policy/modules/services/hal.if
Chris PeBenito 4614e83fbb more fixing
2005-10-26 21:03:19 +00:00

23 lines
464 B
Plaintext

## <summary>Hardware abstraction layer</summary>
########################################
## <summary>
## Execute hal in the hal domain.
## </summary>
## <param name="domain">
## Domain allowed access.
## </param>
#
interface(`hal_domtrans',`
gen_require(`
type hald_t, hald_exec_t;
')
domain_auto_trans($1,hald_exec_t,hald_t)
allow $1 hald_t:fd use;
allow hald_t $1:fd use;
allow hald_t $1:fifo_file rw_file_perms;
allow hald_t $1:process sigchld;
')