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
2.02k stars 378 forks source link

Exception of the fork calling the syscall method in seccomp mode #332

Closed w296488320 closed 2 years ago

w296488320 commented 2 years ago

After opening seccomp mode, if a program fork out a process, and then use the syscall function to execute.It seems that the proot is unable to listen to and handle such events 。