diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-06 08:06:54 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-06 08:06:54 -0500 |
commit | 16e94dc7a70e90fe7a1617ffeef817f3394fe382 (patch) | |
tree | fd1c37453f86093d7c21e723dafec8eccce9b447 /src/lib/sandbox | |
parent | 5dbb607e9472ee7fb42091ae7dc0c7f2550c4425 (diff) | |
parent | b9d81282e0dbfdae795b38c26879716d7860bcf9 (diff) | |
download | tor-16e94dc7a70e90fe7a1617ffeef817f3394fe382.tar.gz tor-16e94dc7a70e90fe7a1617ffeef817f3394fe382.zip |
Merge branch 'maint-0.4.1' into maint-0.4.2
Diffstat (limited to 'src/lib/sandbox')
-rw-r--r-- | src/lib/sandbox/sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c index 0b316e9c6a..6fed7eb0e2 100644 --- a/src/lib/sandbox/sandbox.c +++ b/src/lib/sandbox/sandbox.c @@ -143,6 +143,7 @@ static int filter_nopar_gen[] = { SCMP_SYS(clock_gettime), SCMP_SYS(close), SCMP_SYS(clone), + SCMP_SYS(dup), SCMP_SYS(epoll_create), SCMP_SYS(epoll_wait), #ifdef __NR_epoll_pwait |