syscall_limiter
syscall_limiter copied to clipboard
Start Linux programs with only selected syscalls enabled (libseccomp-based)
Results
2
syscall_limiter issues
Sort by
recently updated
recently updated
newest added
This is a great tool. But I have another simple idea. Whether seccomp filter can be installed for the running process according to the PID number. Thank you!
Looks like `syscall_limiter` can't prevent the process it's trying to limit from using `execve` since it needs to use `execve` itself: ``` $ LIMIT_SYSCALLS_DEFAULT_ACTION=a ./result/bin/limit_syscalls execve,e1 -- `which python` -c...