proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

Add syscall compatibility table to proot #339

Open deliciouslytyped opened 1 year ago

deliciouslytyped commented 1 year ago

New system calls get added to linux eventually, it would be good to have a visible resource the explains proot's support for syscalls at any given time. This would also be easier to update than actually adding any given syscall, so users would have a place to check if something doesn't work.

It has been brought to my attention that proot-rs has a table, but it's not immediately clear if this has anything to do with normal proot; https://github.com/proot-me/proot-rs/wiki/Translation-of-system-calls

oxr463 commented 1 year ago

Reference(s):