diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-05-28 14:05:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-28 14:05:46 -0400 |
commit | 97330ced0c2e0eeae9bb2bc576bb72190237819d (patch) | |
tree | ffe969ea4c75f5625fc6053c2c4dbe706e04a27c /changes | |
parent | 8ca3773f686c43328f3c05a35d4d0e61a30b980c (diff) | |
download | tor-97330ced0c2e0eeae9bb2bc576bb72190237819d.tar.gz tor-97330ced0c2e0eeae9bb2bc576bb72190237819d.zip |
Fix sandbox use with systemd. bug 16212.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16212 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug16212 b/changes/bug16212 new file mode 100644 index 0000000000..bc1246376d --- /dev/null +++ b/changes/bug16212 @@ -0,0 +1,5 @@ + o Minor bugfixes (sandbox, systemd): + - Allow systemd connections to work with the Linux seccomp2 sandbox + code. Fixes bug 16212; bugfix on 0.2.6.2-alpha. + Patch by Peter Palfrader. + |