## Smart disk monitoring daemon policy
#######################################
##
## Allow caller to read smartmon temporary files.
##
##
## The process type reading the temporary files.
##
#
interface(`smartmon_read_tmp',`
gen_require(`
type fsdaemon_tmp_t;
')
allow $1 fsdaemon_tmp_t:file { getattr ioctl read };
')