-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve compatibility with falco 0.9.0 (#357)
* Improve compatibility with falco 0.9.0 Temporarily remove some rules features that are not compatible with falco 0.9.0. We'll release a new falco soon, after which we'll add these rules features back. * Disable the unexpected udp traffic rule by default Some applications will connect a udp socket to an address only to test connectivity. Assuming the udp connect works, they will follow up with a tcp connect that actually sends/receives data. This occurs often enough that we don't want to update the Unexpected UDP Traffic rule by default, so add a macro do_unexpected_udp_check which is set to never_true. To opt-in, override the macro to use the condition always_true.
- Loading branch information
Showing
1 changed file
with
19 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters