aboutgitcodebugslistschat
path: root/pasta.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-10-14 21:48:44 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-10-14 21:48:44 +0200
commit364cc313ea316a1f7d9b3bc0ec312693150cb1ef (patch)
tree92bd3e65fcf12da3a4c250343ffafc375954f908 /pasta.c
parentdca31d4206dc06df462b6fe9fe98094a2c7397a3 (diff)
downloadpasst-364cc313ea316a1f7d9b3bc0ec312693150cb1ef.tar
passt-364cc313ea316a1f7d9b3bc0ec312693150cb1ef.tar.gz
passt-364cc313ea316a1f7d9b3bc0ec312693150cb1ef.tar.bz2
passt-364cc313ea316a1f7d9b3bc0ec312693150cb1ef.tar.lz
passt-364cc313ea316a1f7d9b3bc0ec312693150cb1ef.tar.xz
passt-364cc313ea316a1f7d9b3bc0ec312693150cb1ef.tar.zst
passt-364cc313ea316a1f7d9b3bc0ec312693150cb1ef.zip
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>
Diffstat (limited to 'pasta.c')
-rw-r--r--pasta.c2
1 files changed, 1 insertions, 1 deletions
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 <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