Disable connection self-check as it uses the old process detection
This commit is contained in:
@@ -31,7 +31,9 @@ type deciderFn func(context.Context, *network.Connection, *profile.LayeredProfil
|
|||||||
|
|
||||||
var defaultDeciders = []deciderFn{
|
var defaultDeciders = []deciderFn{
|
||||||
checkPortmasterConnection,
|
checkPortmasterConnection,
|
||||||
checkSelfCommunication,
|
// TODO: This is currently very slow.
|
||||||
|
// Find a way to improve performance using the eBPF data.
|
||||||
|
// checkSelfCommunication,
|
||||||
checkIfBroadcastReply,
|
checkIfBroadcastReply,
|
||||||
checkConnectionType,
|
checkConnectionType,
|
||||||
checkConnectionScope,
|
checkConnectionScope,
|
||||||
|
|||||||
Reference in New Issue
Block a user