Skip to content

Commit

Permalink
rvvm_isolation: Fix build on arm32, fix SIGSYS crash with tcc
Browse files Browse the repository at this point in the history
- ARM32 doesn't define __NR_mmap, only __NR_mmap2 is used
- Cover every other syscall in ifdefs just to be totally sure
- Allow clone3() and a few other new useful syscalls
- Don't use seccomp isolation with non-GNU compilers to prevent crashes on TCC and the likes
  • Loading branch information
LekKit committed Jan 6, 2025
1 parent f1e9f0e commit a11e6f0
Showing 1 changed file with 177 additions and 12 deletions.
Loading

0 comments on commit a11e6f0

Please sign in to comment.