Skip to content

Commit

Permalink
chore: add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan committed Oct 17, 2024
1 parent 974d998 commit 6e04d2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/events/parse_args.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func ParseArgs(event *trace.Event) error {
parseOpenFlagArgument(flagsArg, uint64(flags))
}
}
// TODO: mode arg parsing for Open and Openat
case Mknod, Mknodat, SecurityInodeMknod, Chmod, Fchmod, Fchmodat, ChmodCommon:
if modeArg := GetArg(event, "mode"); modeArg != nil {
if mode, isUint16 := modeArg.Value.(uint16); isUint16 {
Expand Down

0 comments on commit 6e04d2f

Please sign in to comment.