fix dontaudit interface that was allowing instead of dontauditing; thanks to karl for pointing this out.
This commit is contained in:
parent
fa45da0efd
commit
c31f6724c0
@ -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;
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(apache,1.4.1)
|
policy_module(apache,1.4.2)
|
||||||
|
|
||||||
#
|
#
|
||||||
# NOTES:
|
# NOTES:
|
||||||
|
Loading…
Reference in New Issue
Block a user