diff --git a/pkg/security/ebpf/probes/const.go b/pkg/security/ebpf/probes/const.go index 7862146676b58..1c0b3d8261a57 100644 --- a/pkg/security/ebpf/probes/const.go +++ b/pkg/security/ebpf/probes/const.go @@ -57,10 +57,8 @@ const ( ) const ( - // DentryResolverOpenCallbackTracepointKey is the key to the callback program to execute after resolving the dentry of an open event - DentryResolverOpenCallbackTracepointKey uint32 = iota + 1 // DentryResolverMkdirCallbackTracepointKey is the key to the callback program to execute after resolving the dentry of an mkdir event - DentryResolverMkdirCallbackTracepointKey + DentryResolverMkdirCallbackTracepointKey uint32 = iota + 1 // DentryResolverMountStageOneCallbackTracepointKey is the key to the callback program to execute after resolving the root dentry of a new mount DentryResolverMountStageOneCallbackTracepointKey // DentryResolverMountStageTwoCallbackTracepointKey is the key to the callback program to execute after resolving the mountpoint dentry a new mount