pasta: Allow nanosleep(2) and clock_nanosleep(2) syscalls too
...we need those to wait for terminating processes in the namespace. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
2
pasta.c
2
pasta.c
@@ -12,7 +12,7 @@
|
||||
* Author: Stefano Brivio <sbrivio@redhat.com>
|
||||
*
|
||||
* #syscalls:pasta clone unshare waitid kill execve exit_group rt_sigprocmask
|
||||
* #syscalls:pasta geteuid getdents64 readlink setsid
|
||||
* #syscalls:pasta geteuid getdents64 readlink setsid nanosleep clock_nanosleep
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
Reference in New Issue
Block a user