Actions
Bug #7886
openfirewall: --firewall-rules-exclusive loads generic td rules as well
Affected Versions:
Effort:
Difficulty:
Label:
Needs Suricata-Verify test
Description
when it should only load the firewall rules.
Updated by Philippe Antoine about 2 months ago
- Label Needs Suricata-Verify test added
Updated by Victor Julien about 2 months ago
- Target version changed from 8.0.1 to 8.0.2
Updated by Philippe Antoine about 2 months ago
Is the only problem the fact that we can use -S ?
see
if (!sig_file_exclusive && de_ctx->firewall_rule_file_exclusive) {
Updated by Philippe Antoine about 2 months ago
- Status changed from New to Feedback
Updated by Victor Julien about 2 months ago
- Target version changed from 8.0.2 to 9.0.0-beta1
- Label Needs backport to 8.0 added
Updated by OISF Ticketbot about 2 months ago
- Label deleted (
Needs backport to 8.0)
Updated by Shivani Bhardwaj 8 days ago
- Status changed from Feedback to Assigned
- Assignee changed from OISF Dev to Shivani Bhardwaj
Think this is simple enough to tackle for the upcoming release. Self assigned
Updated by Shivani Bhardwaj 7 days ago
Philippe Antoine wrote in #note-4:
Is the only problem the fact that we can use
-S?see
[...]
No idea. I spent some time trying to understand what I meant here but either I tested it wrong or it happened in a special combination of config and cmdline options. But, for now, I'm unable to reproduce this and what I've written here seems impossible by looking at the code.
Should have done a better job at ticket description.
Actions