mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
Henri pointed out that events may also be flagged as ignored. So populate a second table with the set of ignored events, rename check_for_ignored_syscalls to check_for_ignored_syscalls_events, and separately check each table based on whether the LHS of the expression is evt.type or syscall.type.