pathtrace: fix matching of execveat syscall
* pathtrace.c (pathtrace_match_set): Add testing of SEN_execveat.
This commit is contained in:
parent
87fd823df9
commit
71712fea8b
@ -173,6 +173,7 @@ pathtrace_match_set(struct tcb *tcp, struct path_set *set)
|
||||
return fdmatch(tcp, tcp->u_arg[0], set) ||
|
||||
fdmatch(tcp, tcp->u_arg[1], set);
|
||||
|
||||
case SEN_execveat:
|
||||
case SEN_faccessat:
|
||||
case SEN_fchmodat:
|
||||
case SEN_fchownat:
|
||||
|
Loading…
x
Reference in New Issue
Block a user