From: Martin Mares Date: Sun, 24 Aug 2008 21:07:28 +0000 (+0200) Subject: Permit the set_tid_address() syscall. X-Git-Tag: python-dummy-working~141 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=29a2db3edf16ef5de6c6a89a287b31ed76b25bba;p=eval.git Permit the set_tid_address() syscall. It used by glibc 2.3.6 automagically. --- 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