From 29a2db3edf16ef5de6c6a89a287b31ed76b25bba Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 24 Aug 2008 23:07:28 +0200 Subject: [PATCH] Permit the set_tid_address() syscall. It used by glibc 2.3.6 automagically. --- box/box.c | 1 + 1 file changed, 1 insertion(+) diff --git a/box/box.c b/box/box.c index 1aa3084..033152a 100644 --- a/box/box.c +++ b/box/box.c @@ -268,6 +268,7 @@ static unsigned char syscall_action[NUM_ACTIONS] = { S(gettid) = A_YES, S(set_thread_area) = A_YES, S(get_thread_area) = A_YES, + S(set_tid_address) = A_YES, S(exit_group) = A_YES, // Syscalls permitted only in liberal mode -- 2.39.2