pathtrace: fix matching of execveat syscall

* pathtrace.c (pathtrace_match_set): Add testing of SEN_execveat.
This commit is contained in:
Nikolay Marchuk 2017-08-11 12:43:57 +07:00 committed by Dmitry V. Levin
parent 87fd823df9
commit 71712fea8b

View File

@ -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: