Skip to content

Commit

Permalink
[CWS] fix dentry resolution callbacks on centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
safchain committed Mar 6, 2025
1 parent ea27c81 commit 281b3ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/security/ebpf/probes/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 281b3ae

Please sign in to comment.