1
0
mirror of https://passt.top/passt synced 2024-06-28 05:52:41 +00:00

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:
Stefano Brivio 2021-10-14 21:48:44 +02:00
parent dca31d4206
commit 364cc313ea

View File

@ -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