Changes of Revision 8
[-] | Changed | mod_security-ix.spec |
x 1
2 Summary: Security module for the Apache HTTP Server 3 Name: mod_security 4 Version: 2.5.13 5 -Release: 20 6 +Release: 21 7 License: GPLv2 8 URL: http://www.modsecurity.org/ 9 Group: System Environment/Daemons 10
11 %config %{_sysconfdir}/httpd/conf.d/00_mod_security.conf 12 %dir %{_sysconfdir}/httpd/modsecurity.d 13 %config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf 14 -%config(noreplace) %{_sysconfdir}/httpd/modsec/999_asl_custom_exclude.conf 15 +%config %{_sysconfdir}/httpd/modsec/999_asl_custom_exclude.conf 16 +%config(noreplace) %{_sysconfdir}/httpd/modsec/999_asl_custom_local_exclude.conf 17 + 18 %defattr(-,apache,apache) 19 %dir /var/asl 20 %dir /var/asl/data 21
22 %dir /var/asl/data/audit 23 24 %changelog 25 +* Mon Jun 06 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-21 26 +- added 999_asl_custom_local_exclude.conf with noreplace 27 +- set 999_asl_custom_exclude.conf to replace 28 + 29 * Mon Jun 06 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-20 30 - added rules to excludelist: 31 - 350147 32 |
||
[+] | Changed | 999_asl_custom_exclude.conf ^ |
@@ -1,3 +1,4 @@ +# do local changes in 999_asl_custom_local_exclude.conf this file will be overwritten SecRuleRemoveById 350000 SecRuleRemoveById 351000 SecRuleRemoveById 350147 | ||
[+] | Added | 999_asl_custom_local_exclude.conf ^ |
@@ -0,0 +1 @@ +# do local changes here, will not be overwritten |