| Summary: | syslog-ng-2.0.9: match filter rules in 'syslog-ng.conf.gentoo.hardened' broken | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | cilly <cilly> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/syslog-ng/files/syslog-ng.conf.gentoo.hardened?hideattic=0&view=markup | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | corrected | ||
Created attachment 161275 [details]
corrected
May be, there are other filter rules broken, too. Close the duplicate, please. *** This bug has been marked as a duplicate of bug 232847 *** |
corrected filters: # grsec & pax filter f_avc { match("^\\[.*\] .*avc: .*"); }; filter f_audit { match("^\\[.*\] audit.*") and not match(".*avc: .*"); }; filter f_pax { match("^\\[.*\] PAX:.*"); }; filter f_grsec { match("^\\[.*\] grsec:.*"); };