selinux-policy/policy/modules/services/smartmon.if

20 lines
429 B
Plaintext
Raw Normal View History

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">
## <summary>
2006-01-04 15:26:42 +00:00
## The process type reading the temporary files.
## </summary>
2006-01-04 15:26:42 +00:00
## </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 };
')