Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to run on all events. #107

Merged
merged 1 commit into from
Aug 5, 2016
Merged

Conversation

mstemm
Copy link
Contributor

@mstemm mstemm commented Aug 4, 2016

New command line option 'A', related to the boolean all_events instructs
falco to run on all events, and not just those without the EF_DROP_FALCO
flag set.

When all_events is true, the checks for ignored events/syscalls are
skipped when loading rules.

This fixes #102.

New command line option 'A', related to the boolean all_events instructs
falco to run on all events, and not just those without the EF_DROP_FALCO
flag set.

When all_events is true, the checks for ignored events/syscalls are
skipped when loading rules.
@mstemm mstemm merged commit bae6eb6 into dev Aug 5, 2016
@mstemm mstemm deleted the make-falco-drop-configurable branch August 5, 2016 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to stop discarding system calls before falco processing
1 participant