]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - refpolicy/policy/modules/services/sysstat.if
add ddclient, bug 1523
[people/stevee/selinux-policy.git] / refpolicy / policy / modules / services / sysstat.if
1 ## <summary>Policy for sysstat. Reports on various system states</summary>
2
3 ########################################
4 ## <summary>
5 ## Manage sysstat logs.
6 ## </summary>
7 ## <param name="domain">
8 ## <summary>
9 ## Domain allowed access.
10 ## </summary>
11 ## </param>
12 #
13 interface(`sysstat_manage_log',`
14 gen_require(`
15 type sysstat_log_t;
16 ')
17
18 logging_search_logs($1)
19 allow $1 sysstat_log_t:dir rw_dir_perms;
20 allow $1 sysstat_log_t:file manage_file_perms;
21 ')