Files
falco/userspace/engine/lua
Mark Stemm f68fba103e Support enabled flag for rules.
If a rule has a enabled attribute, and if the value is false, call the
engine's enable_rule() method to disable the rule. Like add_filter,
there's a static method which takes the object as the first argument and
a non-static method that calls the engine.

This fixes #72.
2016-10-24 15:56:45 -07:00
..

Installation

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