18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
## <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>
|
|
#
|
|
interface(`smartmon_read_tmp',`
|
|
gen_require(`
|
|
type fsdaemon_tmp_t;
|
|
')
|
|
|
|
allow $1 fsdaemon_tmp_t:file { getattr ioctl read };
|
|
')
|