## Sensor information logging daemon.
########################################
##
## All of the rules required to
## administrate an sensord environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`sensord_admin',`
gen_require(`
type sensord_t, sensord_initrc_exec_t, sensord_runtime_t;
')
allow $1 sensord_t:process { ptrace signal_perms };
ps_process_pattern($1, sensord_t)
init_startstop_service($1, $2, sensord_t, sensord_initrc_exec_t)
files_search_runtime($1)
admin_pattern($1, sensord_runtime_t)
')