## Policy for sysstat. Reports on various system states
########################################
##
## Manage sysstat logs.
##
##
## Domain allowed access.
##
#
interface(`sysstat_manage_log',`
gen_require(`
type sysstat_log_t;
')
logging_search_logs($1)
allow $1 sysstat_log_t:dir rw_dir_perms;
allow $1 sysstat_log_t:file manage_file_perms;
')