mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-04 16:20:18 +00:00
update(userspace/engine): allow the engine to match and handle multiple rules while processing events
Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ struct falco_source
|
||||
|
||||
// Used by the filter_ruleset interface. Filled in when a rule
|
||||
// matches an event.
|
||||
mutable falco_rule m_rule;
|
||||
mutable std::vector<falco_rule> m_rules;
|
||||
|
||||
inline bool is_field_defined(const std::string& field) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user