From 364cc313ea316a1f7d9b3bc0ec312693150cb1ef Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 14 Oct 2021 21:48:44 +0200 Subject: 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 --- pasta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pasta.c') diff --git a/pasta.c b/pasta.c index b8f556e..b609e36 100644 --- a/pasta.c +++ b/pasta.c @@ -12,7 +12,7 @@ * Author: Stefano Brivio * * #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 -- cgit v1.2.3