Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some mmap syscall restrictions from the sandbox
The new VDSO implementation of `getrandom` can call mmap without `MAP_PRIVATE`; however, just requiring `MAP_ANONYMOUS` should provide enough security on its own.
- Loading branch information