mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
https://github.com/draios/sysdig/pull/623 adds support for a startswith operator to allow for string prefix matching. Modify the parser to recognize that operator, and use that operator for rules that really want to check the beginning of a pathname, directory, etc. to make them faster and avoid FPs.