Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@dayeol dayeol released this 22 Nov 04:28
· 3 commits to master since this release

Fixes

Added syscalls (untrusted)

  • epoll, fcntl, chdir, renameat2, umask, getcwd, pipe, socket, setsockopt, bind, listen, accept, getpeername (#53)
  • fstat (#54)
  • getsockname, getuid, pselect6 (#55)
  • recvfrom, sendto, sendfile (#56)

Note that added syscalls are untrusted proxy calls and thus are not secure.