mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-14 12:14:52 +00:00
This allows defining rules that simply enable/disable already defined rules, like the following: - rule: A rule enabled by default enabled: false - rule: A rule disabled by default enabled: true Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
Installation
The grammar uses the lpeg parser. For now install it using luarocks:
luarocks install lpeg.