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 )
|
||||
path = ".:"
|
||||
POLICYDEST ":"
|
||||
POLICYDEST "/sigs:"
|
||||
POLICYDEST "/time-machine:"
|
||||
POLICYDEST "/detectors:"
|
||||
POLICYDEST "/frameworks:"
|
||||
POLICYDEST "/protocols:"
|
||||
POLICYDEST "/site";
|
||||
|
||||
return path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue