Project

General

Profile

Actions

Bug #1911

open

Commandline provided configuration values don't persist after initial startup

Added by Antti Tönkyrä over 7 years ago. Updated almost 2 years ago.

Status:
In Review
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

When using --set key=value commandline arguments to set some configuration parameters on startup, it seems that those values are not carried across reloads.

What I'd expect would happen:

# suricata ... --set default-rule-path=/some/path
kill -USR2 suricata_pid
<suricata reloads normally, reading rules from /some/path>

What actually happens

# suricata ... --set default-rule-path=/some/path
kill -USR2 _suricata_pid
<suricata reloads normally, reading rules from default (compiled in) /etc/suricata/rules but due to wrong directory in regard of --set argument, the rule files aren't found -> operation continues with empty ruleset>


Related issues 1 (1 open0 closed)

Related to Suricata - Feature #4782: config: add command to dump all active settingsIn ProgressJason IshActions
Actions

Also available in: Atom PDF