Bug #13808
closedSuricata saves duplicate entries for the default built-in events and files rule sets when saving changes on the CATEGORIES tab
100%
Description
The Suricata package will save duplicate entries in config.xml for the default built-in rules when saving enabled rule sets on the CATEGORIES tab. This does not impact operation, but does consume space in config.xml if the user makes multiple edits to enabled rules. Note this duplication is cleaned up each time the package is reinstalled or upgraded due to code present in the post-install processing logic which updates the default built-in rules and checks for duplication in the enabled rules setting.
Fix the bug in the CATEGORIES tab that produces the unwanted duplication.
Updated by Bill Meeks almost 3 years ago
This issue is corrected by Pull Request 1210 submitted to the DEVEL branch: https://github.com/pfsense/FreeBSD-ports/pull/1210.
This issue can be marked as resolved when the pull request is merged.
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
PR Merged.