aboutsummaryrefslogtreecommitdiff
path: root/src/common/sandbox.c
AgeCommit message (Expand)Author
2017-09-15sched: Add sandbox support for KISTDavid Goulet
2017-09-06Better error on failure to load seccomp2 sandboxNick Mathewson
2017-08-09Remove the #if 0ed code that was supposed to let the sandbox allow execNick Mathewson
2017-07-27Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-27Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-27Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-07-23fix whitespace issueRoger Dingledine
2017-07-05Allow setsockopt(IPV6_V6ONLY) in sandbox.Nick Mathewson
2017-07-05Use the proper syscall in sandbox error messagescypherpunks
2017-06-28Fix crash in LZMA module when the Sandbox is enabled.Alexander Færøy
2017-06-19Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-19Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-16Permit the fchmod system call.Nick Mathewson
2017-05-08Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-08Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-04-28Increase MALLOC_MP_LIM to 16MBNick Mathewson
2017-04-26Add getpid() to the seccomp2 sandbox.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-18fix typos and trivial syntax problemsRoger Dingledine
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