mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Mark execveat as supported for linux64_arm64.
PiperOrigin-RevId: 282667122
This commit is contained in:
@@ -295,7 +295,7 @@ var ARM64 = &kernel.SyscallTable{
|
||||
278: syscalls.Supported("getrandom", GetRandom),
|
||||
279: syscalls.Supported("memfd_create", MemfdCreate),
|
||||
280: syscalls.CapError("bpf", linux.CAP_SYS_ADMIN, "", nil),
|
||||
281: syscalls.ErrorWithEvent("execveat", syserror.ENOSYS, "", []string{"gvisor.dev/issue/265"}), // TODO(b/118901836)
|
||||
281: syscalls.Supported("execveat", Execveat),
|
||||
282: syscalls.ErrorWithEvent("userfaultfd", syserror.ENOSYS, "", []string{"gvisor.dev/issue/266"}), // TODO(b/118906345)
|
||||
283: syscalls.ErrorWithEvent("membarrier", syserror.ENOSYS, "", []string{"gvisor.dev/issue/267"}), // TODO(gvisor.dev/issue/267)
|
||||
284: syscalls.PartiallySupported("mlock2", Mlock2, "Stub implementation. The sandbox lacks appropriate permissions.", nil),
|
||||
|
||||
Reference in New Issue
Block a user