Skip to content

Commit

Permalink
Modify evttype_index_ruleset to derive from indexable_ruleset
Browse files Browse the repository at this point in the history
Modify evttype_index_ruleset to derive from indexable_ruleset instead
of having its own implementation of segregating filters by ruleset
id/event type.

An evttype_index_wrapper contains a falco rule and filter, and
implements the methods required by the template. run_wrappers()
evaluate the filter as before, without the segregation by ruleset
id/event type.

Signed-off-by: Mark Stemm <[email protected]>
  • Loading branch information
mstemm committed Jun 18, 2024
1 parent 228e965 commit d8a8a59
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 449 deletions.
Loading

0 comments on commit d8a8a59

Please sign in to comment.