mirror of https://github.com/OISF/suricata
python: put some defaults on suricata.config.defaults
This is a module that can contain installation default. For now it includes the sysconfdir, and rules data directory for use by suricata-update.pull/3368/head
parent
7bf490062c
commit
b9e083a703
@ -0,0 +1,2 @@
|
||||
sysconfdir = "@e_sysconfdir@"
|
||||
datarulesdir = "@e_datarulesdir@"
|
Loading…
Reference in New Issue