2006-01-04 15:26:42 +00:00
|
|
|
## <summary>Smart disk monitoring daemon policy</summary>
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
## <summary>
|
|
|
|
## Allow caller to read smartmon temporary files.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
|
|
|
## The process type reading the temporary files.
|
|
|
|
## </param>
|
|
|
|
#
|
2006-02-02 21:08:12 +00:00
|
|
|
interface(`smartmon_read_tmp_files',`
|
2006-01-04 15:26:42 +00:00
|
|
|
gen_require(`
|
|
|
|
type fsdaemon_tmp_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
allow $1 fsdaemon_tmp_t:file { getattr ioctl read };
|
|
|
|
')
|