Chris PeBenito 871b68
## <summary>Smart disk monitoring daemon policy</summary>
Chris PeBenito 871b68
Chris PeBenito 871b68
#######################################
Chris PeBenito 871b68
## <summary>
Chris PeBenito 871b68
##	Allow caller to read smartmon temporary files.
Chris PeBenito 871b68
## </summary>
Chris PeBenito 871b68
## <param name="domain">
Chris PeBenito 885b83
##	<summary>
Chris PeBenito 871b68
##	The process type reading the temporary files.
Chris PeBenito 885b83
##	</summary>
Chris PeBenito 871b68
## </param>
Chris PeBenito 871b68
#
Chris PeBenito 1815ba
interface(`smartmon_read_tmp_files',`
Chris PeBenito 871b68
	gen_require(`
Chris PeBenito 871b68
		type fsdaemon_tmp_t;
Chris PeBenito 871b68
	')
Chris PeBenito 871b68
Chris PeBenito 871b68
	allow $1 fsdaemon_tmp_t:file { getattr ioctl read };
Chris PeBenito 871b68
')