mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
guardian.cgi: Fix path to snort alert file.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -53,7 +53,7 @@ my $ignorefile ='/var/ipfire/guardian/guardian.ignore';
|
|||||||
my %module_file_locations = (
|
my %module_file_locations = (
|
||||||
"HTTPD" => "/var/log/httpd/error_log",
|
"HTTPD" => "/var/log/httpd/error_log",
|
||||||
"OWNCLOUD" => "/var/owncloud/data/owncloud.log",
|
"OWNCLOUD" => "/var/owncloud/data/owncloud.log",
|
||||||
"SNORT" => "/var/log/snort.alert",
|
"SNORT" => "/var/log/snort/alert",
|
||||||
"SSH" => "/var/log/messages",
|
"SSH" => "/var/log/messages",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user