Files
falco/userspace/engine
Mark Stemm a38f7f181b Add ability to append to rules/macros
Add the ability to append to rules/macros, like we already do with
lists. For rules/macros, if the object has an append: true key, the
condition value is appended to the condition of an existing rule/macro
with the same name.

Like lists, it's an error to specify append: true without there being an
existing rule/macro.

Also add tests that test the same kind of things we did for lists:
 - That append: true really does append
 - That append: false overwrites the rule/macro
 - That it's an error to append with a prior rule/macro existing.
2017-09-22 17:08:00 -07:00
..
2017-09-22 17:08:00 -07:00
2017-02-10 11:54:30 -08:00
2017-02-10 11:54:30 -08:00
2017-02-27 12:15:49 -08:00
2017-02-27 12:15:49 -08:00
2016-10-24 15:56:45 -07:00
2016-10-24 15:56:45 -07:00
2017-02-08 11:08:36 -08:00