Comment 2 for bug 375183

Revision history for this message
Amit Kucheria (amitk) wrote :

This is not just a config issue, it is a lack of hooking up SECCOMP thread flag in ARM. I've got a kernel patch that now compiles, but I will need some hand-holding on testing it. As I understood SECCOMP, it is used to restrict access to the syscalls that a process thread can make to the following - read, write, exit and sigreturn.

Do you have a sample program that will allow me to test if other syscalls are being permitted or not?