Adds initial support to chained rules

This commit is contained in:
Felipe Zimmerle
2015-07-21 10:49:43 -03:00
parent 9c066e3198
commit 4f20f5bf74
8 changed files with 122 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ ACTIONS = \
actions/action.cc \
actions/audit_log.cc \
actions/block.cc \
actions/chain.cc \
actions/no_audit_log.cc \
actions/phase.cc \
actions/redirect.cc \