aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-08 13:40:41 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-08 13:40:41 -0400
commit35025ee51ff9204271fcfc787a99334082e531a1 (patch)
tree348f72fec16864a09d7af81c9e7c7ae12ee2cb2a /src
parent03fdf232bff1e1a98007eaf7c583ee956b09e1d5 (diff)
parentd792d2a14ddb7d2ff62dea8ed7d15416b1254348 (diff)
downloadtor-35025ee51ff9204271fcfc787a99334082e531a1.tar.gz
tor-35025ee51ff9204271fcfc787a99334082e531a1.zip
Merge branch 'maint-0.3.0'
Diffstat (limited to 'src')
-rw-r--r--src/common/sandbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index ab2de52592..7826b2d40c 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -155,6 +155,7 @@ static int filter_nopar_gen[] = {
#ifdef __NR_getgid32
SCMP_SYS(getgid32),
#endif
+ SCMP_SYS(getpid),
#ifdef __NR_getrlimit
SCMP_SYS(getrlimit),
#endif