new(userspace/engine): add a resolver class to search evttypes from filters and event names

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-04-05 15:09:14 +00:00
committed by poiana
parent f638706ba3
commit b5870a8656
3 changed files with 237 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ set(FALCO_ENGINE_SOURCE_FILES
ruleset.cpp
formats.cpp
filter_macro_resolver.cpp
filter_evttype_resolver.cpp
rule_loader.cpp
rule_reader.cpp
stats_manager.cpp)