Fix sandbox use with systemd. bug 16212.

This commit is contained in:
Nick Mathewson
2015-05-28 14:05:46 -04:00
parent 8ca3773f68
commit 97330ced0c
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -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.