summaryrefslogtreecommitdiff
path: root/src/common/sandbox.c
AgeCommit message (Expand)Author
2018-04-23Permit the nanosleep system call in the seccomp2 callboxNick Mathewson
2018-03-20Remove sb_poll check: all poll() calls are ok.Nick Mathewson
2018-03-20Add the poll() syscall as permitted by the sandboxNick Mathewson
2018-02-11Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9Nick Mathewson
2017-11-16Check the libc version to decide whether to allow openat.Nick Mathewson
2017-11-16Make our seccomp2 sandbox handle Glibc 2.26Nick Mathewson
2017-11-16Permit kill(pid, 0) in the seccomp2 sandbox.Nick Mathewson
2017-07-05Allow setsockopt(IPV6_V6ONLY) in sandbox.Nick Mathewson
2017-06-16Permit the fchmod system call.Nick Mathewson
2017-04-26Add getpid() to the seccomp2 sandbox.Nick Mathewson
2016-12-07Merge branch 'bug20710_025' into maint-0.2.9Nick Mathewson
2016-12-01Fix major errors in freeing getaddrinfo sandbox cacheNick Mathewson
2016-09-05For me, asan/ubsan require more syscalls.Nick Mathewson
2016-08-23Fix some comments in sandbox.cNick Mathewson
2016-07-21Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-21Coverity hates it when we do "E1 ? E2 : E2".Nick Mathewson
2016-07-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-17Merge remote-tracking branch 'weasel/bug19660' into maint-0.2.8Nick Mathewson
2016-07-13Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-13Merge remote-tracking branch 'Jigsaw52/seccomp-fix-18397' into maint-0.2.8Nick Mathewson
2016-07-11Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelistPeter Palfrader
2016-07-09Adds missing syscalls to seccomp filter.Daniel Pinto
2016-07-05Grammar.Nick Mathewson
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
2016-06-11Add the -Wextra-semi warning from clang, and fix the cases where it triggersNick Mathewson
2016-03-26Do not treat "DOCDOC" as doxygen.Nick Mathewson
2016-03-26Whitespace fixesNick Mathewson
2016-03-22Repair build when no sandbox support is enabled.Nick Mathewson
2016-03-22Merge remote-tracking branch 'public/bug18253'Nick Mathewson
2016-03-14Merge branch 'bug15221_027'Nick Mathewson
2016-03-14Make unix sockets work with the linux seccomp2 sandbox againNick Mathewson
2016-03-14Permit setrlimit, prlimit, prlimit64 calls.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-24Make the sandbox work again with chutney.Nick Mathewson
2015-12-16Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-16... and fix another backtrace_symbols_fd call in sandbox.cNick Mathewson
2015-12-15Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-15Fix backtrace compilation on FreeBSDcypherpunks
2015-12-08Add support for getrandom() and getentropy() when availableYawning Angel
2015-10-15Fix compilation of sandbox.[ch] under musl-libcNick Mathewson
2015-10-15Fix compilation of sandbox.[ch] under musl-libcNick Mathewson
2015-06-15Fix another seccomp2 issueNick Mathewson
2015-06-02Fix sandboxing to work when running as a relayPeter Palfrader
2015-05-28Fix sandbox use with systemd. bug 16212.Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6Nick Mathewson
2015-03-04Add wait4 to the seccomp2 sandbox allowable syscall listNick Mathewson
2015-02-23Let AF_UNIX connections through the sandboxNick Mathewson
2015-02-11Fix crash on glibc __libc_message()Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Fix a memory leak in tor-resolveNick Mathewson