From 070eda5a21f580ee00ed64527ade4343b10e0fb6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 20 Mar 2018 08:22:28 -0400 Subject: Add the poll() syscall as permitted by the sandbox Apparently, sometimes getpwnam will call this. Fixes bug 25513. --- changes/feature25313 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/feature25313 (limited to 'changes') diff --git a/changes/feature25313 b/changes/feature25313 new file mode 100644 index 0000000000..90f421169f --- /dev/null +++ b/changes/feature25313 @@ -0,0 +1,4 @@ + o Minor features (sandbox): + - Explicitly permit the poll() system call when the Linux seccomp2-based + sandbox is enabled: apparently, some versions of libc use poll() when + calling getpwnam(). Closes ticket 25313. -- cgit v1.2.3-54-g00ecf