mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-13 05:22:34 +00:00
chore: bump libs/driver to pre-release tag
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
@@ -67,6 +67,14 @@ void application::check_for_ignored_events()
|
||||
continue;
|
||||
}
|
||||
|
||||
/* If the event is not generated by the running system we don't print
|
||||
* any warning right now.
|
||||
*/
|
||||
if(!sinsp::is_generable_event(it))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
/* If the event is not in this set it is not considered by Falco. */
|
||||
if(interesting_events.find(it) == interesting_events.end())
|
||||
{
|
||||
|
Reference in New Issue
Block a user