From: domg472@gmail.com (Dominick Grift) Date: Tue, 6 Apr 2010 15:22:42 +0200 Subject: [refpolicy] [ apache patch 1/1] Fix requires for apache tmp interfaces. Message-ID: <20100406132228.GA25627@localhost.localdomain> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Signed-off-by: Dominick Grift --- :100644 100644 fa24864... 57feb5a... M policy/modules/services/apache.if policy/modules/services/apache.if | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/services/apache.if b/policy/modules/services/apache.if index fa24864..57feb5a 100644 --- a/policy/modules/services/apache.if +++ b/policy/modules/services/apache.if @@ -1079,7 +1079,7 @@ interface(`apache_search_sys_script_state',` # interface(`apache_read_tmp_files',` gen_require(` - type httpd_config_t; + type httpd_tmp_t; ') files_search_tmp($1) @@ -1099,7 +1099,7 @@ interface(`apache_read_tmp_files',` # interface(`apache_dontaudit_write_tmp_files',` gen_require(` - type httpd_config_t; + type httpd_tmp_t; ') dontaudit $1 httpd_tmp_t:file write_file_perms; -- 1.7.0.1 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20100406/5bfac8ef/attachment.bin