aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sandbox/sandbox.c
AgeCommit message (Collapse)Author
2019-12-17Correct how we use libseccompPeter Gerber
This fixes a startup crash with libseccomp v2.4.0 if Sandbox is set to 1.
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-11-13Merge branch 'bug28183_029' into maint-0.3.5Nick Mathewson
2018-08-08Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
Fun fact: these files used to be called log.[ch] until we ran into conflicts with systems having a log.h file. But now that we always include "lib/log/log.h", we should be fine.
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-07-03Rename sandbox_getaddrinfo() et. al.rl1987
2018-06-27Minimize includes from sandbox.cNick Mathewson
2018-06-27Fix up include paths for sandbox.h (automated)Nick Mathewson
2018-06-27Move sandbox code into a new library.Nick Mathewson