From: Pablo P. <ppe...@ho...> - 2019-06-06 23:27:38
|
Hi: I need to run a custom (host-OS) system call from a user-space process of a running UML (without been ptraced) The system call considers the host-OS task_struct, nor UML kernel allocated task_struct for the process. So as not to break the UML operating mode, I think that could I do it running a function located in the process' SKAS stub and invoked from the UML Kernel (such as stub_clone_handler()) I there any way to do that? Can I define global/static variables in the process' SKAS stub? Regards. PAP |