]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ids-functions.pl: Move path details from snort to suricata
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 30 Jul 2018 19:36:07 +0000 (21:36 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 30 Jul 2018 19:36:07 +0000 (21:36 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index 647aa1f4c83d7afe3c4ed3c9470821b40d3f768a..ec70e96817795b31b92bf2945aa6af523208f483 100644 (file)
@@ -26,16 +26,16 @@ package IDS;
 require '/var/ipfire/general-functions.pl';
 
 # Location where all config and settings files are stored.
-our $settingsdir = "${General::swroot}/snort";
+our $settingsdir = "${General::swroot}/suricata";
 
 # Location and name of the tarball which contains the ruleset.
-our $rulestarball = "/var/tmp/snortrules.tar.gz";
+our $rulestarball = "/var/tmp/idsrules.tar.gz";
 
 # File to store any errors, which also will be read and displayed by the wui.
 our $storederrorfile = "/tmp/ids_storederror";
 
 # Location where the rulefiles are stored.
-our $rulespath = "/etc/snort/rules";
+our $rulespath = "/etc/suricata/rules";
 
 #
 ## Function for checking if at least 300MB of free disk space are available