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:
parent
dca31d4206
commit
364cc313ea
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue