]> git.ipfire.org Git - thirdparty/tor.git/commit
Better error on failure to load seccomp2 sandbox
authorNick Mathewson <nickm@torproject.org>
Wed, 6 Sep 2017 18:23:47 +0000 (14:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 Sep 2017 18:23:47 +0000 (14:23 -0400)
commitab18e5e5fcff7fbdbf0905e6dd2585b7e4a10108
tree5d5f4474344b193895a2c3fae21c205007a76e79
parent9261f612ad7ea66580bc5f95d9c9b609e125da3a
Better error on failure to load seccomp2 sandbox

There are two reasons this is likeliest to happen -- no kernel
support, and some bug in Tor.  We'll ask people to check the former
before they report. Closes 23090.
changes/feature23090 [new file with mode: 0644]
src/common/sandbox.c