diff options
author | Chris PeBenito <cpebenito@tresys.com> | 2009-09-01 08:59:24 -0400 |
---|---|---|
committer | Chris PeBenito <cpebenito@tresys.com> | 2009-09-01 08:59:24 -0400 |
commit | 1a7919344950d7dab17a3aaa604b4e3450526eba (patch) | |
tree | 273c98964d3f879f4c87308f589e63993b38d634 | |
parent | b2324fa76dc39d9991bda972e59df2c3253711ca (diff) |
awstats patch from dan.
-rw-r--r-- | policy/modules/apps/awstats.te | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/policy/modules/apps/awstats.te b/policy/modules/apps/awstats.te index 870f3d2a..7a98be84 100644 --- a/policy/modules/apps/awstats.te +++ b/policy/modules/apps/awstats.te @@ -1,5 +1,5 @@ -policy_module(awstats, 1.1.0) +policy_module(awstats, 1.1.1) ######################################## # @@ -28,6 +28,8 @@ apache_content_template(awstats) awstats_rw_pipes(awstats_t) awstats_cgi_exec(awstats_t) +can_exec(awstats_t, awstats_exec_t) + manage_dirs_pattern(awstats_t, awstats_tmp_t, awstats_tmp_t) manage_files_pattern(awstats_t, awstats_tmp_t, awstats_tmp_t) files_tmp_filetrans(awstats_t, awstats_tmp_t, { dir file }) @@ -51,6 +53,8 @@ fs_list_inotifyfs(awstats_t) libs_read_lib_files(awstats_t) +logging_read_generic_logs(awstats_t) + miscfiles_read_localization(awstats_t) sysnet_dns_name_resolve(awstats_t) |