Files
falco/userspace/engine/lua
Mark Stemm 3b49a0a85f Get rid of error()s when compiling filters
Ensure that compiling filters for rules or macros doesn't result in
throwing lua errors. Instead, return a bool status + the return
value(s). If the status is false, the next return value is an error
message.
2019-07-05 15:35:56 -07:00
..
2019-07-05 15:29:26 -07:00
2018-11-09 10:15:39 -08:00

Installation

The sysdig grammar uses the lpeg parser. For now install it using luarocks: luarocks install lpeg.