diff --git a/src/util.cc b/src/util.cc index f0c38009af..6c3f39bf72 100644 --- a/src/util.cc +++ b/src/util.cc @@ -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;