## Smart disk monitoring daemon policy
#######################################
##
## Allow caller to read smartmon temporary files.
##
##
##
## The process type reading the temporary files.
##
##
#
interface(`smartmon_read_tmp_files',`
gen_require(`
type fsdaemon_tmp_t;
')
allow $1 fsdaemon_tmp_t:file { getattr ioctl read };
')
########################################
##
## All of the rules required to administrate
## an smartmon environment
##
##
##
## Domain allowed access.
##
##
##
#
interface(`smartmon_admin',`
gen_require(`
type fsdaemon_t, fsdaemon_tmp_t, fsdaemon_var_run_t;
')
allow $1 fsdaemon_t:process { ptrace signal_perms getattr };
ps_process_pattern($1, fsdaemon_t)
files_list_tmp($1)
manage_files_pattern($1, fsdaemon_tmp_t, fsdaemon_tmp_t)
files_list_pids($1)
manage_files_pattern($1, fsdaemon_var_run_t, fsdaemon_var_run_t)
')