Files
falco/userspace/engine/lua
Mark Stemm 2c189d6a60 Add ability to append to lists.
List nodes can now have an 'append' key. If present and true, any values
in this list will be appended to the end of any existing list with the
same name.

It is an error to have a list with 'append' true that has a name that is
not an existing list.
2017-08-09 18:07:34 -07:00
..
2017-08-04 11:06:51 -07:00

Installation

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