mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Updating the default policy script paths for the new scripts organization.
This commit is contained in:
parent
999b48e801
commit
270758267e
1 changed files with 3 additions and 2 deletions
|
@ -853,8 +853,9 @@ const char* bro_path()
|
||||||
if ( ! path )
|
if ( ! path )
|
||||||
path = ".:"
|
path = ".:"
|
||||||
POLICYDEST ":"
|
POLICYDEST ":"
|
||||||
POLICYDEST "/sigs:"
|
POLICYDEST "/detectors:"
|
||||||
POLICYDEST "/time-machine:"
|
POLICYDEST "/frameworks:"
|
||||||
|
POLICYDEST "/protocols:"
|
||||||
POLICYDEST "/site";
|
POLICYDEST "/site";
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue