mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
add strace dbg processing for 'faccessat2'
This commit is contained in:
@@ -373,6 +373,7 @@ var linuxAMD64 = SyscallMap{
|
||||
434: makeSyscallInfo("pidfd_open", Hex, Hex),
|
||||
435: makeSyscallInfo("clone3", Hex, Hex),
|
||||
436: makeSyscallInfo("close_range", FD, FD, CloseRangeFlags),
|
||||
439: makeSyscallInfo("faccessat2", FD, Path, Oct, Hex),
|
||||
441: makeSyscallInfo("epoll_pwait2", FD, EpollEvents, Hex, Timespec, SigSet),
|
||||
}
|
||||
|
||||
|
||||
@@ -314,6 +314,7 @@ var linuxARM64 = SyscallMap{
|
||||
434: makeSyscallInfo("pidfd_open", Hex, Hex),
|
||||
435: makeSyscallInfo("clone3", Hex, Hex),
|
||||
436: makeSyscallInfo("close_range", FD, FD, CloseRangeFlags),
|
||||
439: makeSyscallInfo("faccessat2", FD, Path, Oct, Hex),
|
||||
441: makeSyscallInfo("epoll_pwait2", FD, EpollEvents, Hex, Timespec, SigSet),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user