fix dontaudit interface that was allowing instead of dontauditing; thanks to karl for pointing this out.

This commit is contained in:
Chris PeBenito 2006-11-28 15:47:47 +00:00
parent fa45da0efd
commit c31f6724c0
2 changed files with 2 additions and 2 deletions

View File

@ -753,7 +753,7 @@ interface(`apache_dontaudit_search_modules',`
type httpd_modules_t; type httpd_modules_t;
') ')
allow $1 httpd_modules_t:dir r_dir_perms; dontaudit $1 httpd_modules_t:dir search_dir_perms;
') ')
######################################## ########################################

View File

@ -1,5 +1,5 @@
policy_module(apache,1.4.1) policy_module(apache,1.4.2)
# #
# NOTES: # NOTES: