pathtrace: update the list of unrelated syscalls
* pathtrace.c (pathtrace_match_set) <SEN_accept4, SEN_accept, SEN_signalfd4, SEN_signalfd>: Skip matching.
This commit is contained in:
parent
3782831620
commit
4ab21ae0b8
@ -340,6 +340,8 @@ pathtrace_match_set(struct tcb *tcp, struct path_set *set)
|
||||
return false;
|
||||
}
|
||||
|
||||
case SEN_accept4:
|
||||
case SEN_accept:
|
||||
case SEN_bpf:
|
||||
case SEN_epoll_create:
|
||||
case SEN_epoll_create1:
|
||||
@ -358,6 +360,8 @@ pathtrace_match_set(struct tcb *tcp, struct path_set *set)
|
||||
case SEN_pipe:
|
||||
case SEN_pipe2:
|
||||
case SEN_printargs:
|
||||
case SEN_signalfd4:
|
||||
case SEN_signalfd:
|
||||
case SEN_socket:
|
||||
case SEN_socketpair:
|
||||
case SEN_timerfd_create:
|
||||
|
Loading…
x
Reference in New Issue
Block a user