I'd like to be able to prevent a thread from creating a new process (fork) or creating a new thread. The situation is I'm executing someone else's code and want to provide additional sandboxing, including preventing that code from creating its own threads or processes. Is there any way to do this with Oracle Linux?
Regards,
Todd