mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-03 07:34:53 +00:00
fix(userspace/engine): make sure that m_uses_paths is always false by default
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
@@ -282,7 +282,8 @@ private:
|
|||||||
|
|
||||||
// If true, this filtercheck works on paths, which enables
|
// If true, this filtercheck works on paths, which enables
|
||||||
// some extra bookkeeping to allow for path prefix searches.
|
// some extra bookkeeping to allow for path prefix searches.
|
||||||
bool m_uses_paths;
|
bool m_uses_paths = false;
|
||||||
|
|
||||||
path_prefix_search m_prefix_search;
|
path_prefix_search m_prefix_search;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user