termux / proot

An chroot-like implementation using ptrace.
https://wiki.termux.com/wiki/PRoot
Other
745 stars 161 forks source link

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

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 。