aboutsummaryrefslogtreecommitdiff
path: root/changes/seccomp2_sandbox
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-10-01 20:41:46 -0400
committerRoger Dingledine <arma@torproject.org>2013-10-01 20:41:46 -0400
commit299e8c0292f324b3c39f1ffae9792fd4fcafe773 (patch)
tree0c6e97afbca9bb01a2dda08e22e0002c6da8a125 /changes/seccomp2_sandbox
parentbce775c1592d921ab10415fe0e02c614984f3b4e (diff)
downloadtor-299e8c0292f324b3c39f1ffae9792fd4fcafe773.tar
tor-299e8c0292f324b3c39f1ffae9792fd4fcafe773.tar.gz
first draft of an 0.2.5.1-alpha changelog
Diffstat (limited to 'changes/seccomp2_sandbox')
-rw-r--r--changes/seccomp2_sandbox12
1 files changed, 0 insertions, 12 deletions
diff --git a/changes/seccomp2_sandbox b/changes/seccomp2_sandbox
deleted file mode 100644
index 73b3a8d5e..000000000
--- a/changes/seccomp2_sandbox
+++ /dev/null
@@ -1,12 +0,0 @@
- o Major features (security):
- - Use the seccomp2 syscall filtering facility on Linux to limit
- which system calls Tor can invoke. This is an experimental,
- Linux-only feature to provide defense-in-depth against unknown
- attacks. To try turning it on, set "Sandbox 1" in your torrc
- file. This is an experimental feature, however, and some things
- may break, so please be ready to report bugs. We hope to add
- support for better sandboxing in the future,
- including more fine-grained filters, better division of
- responsibility, and support for more platforms. This work has
- been done by Cristian-Matei Toader for Google Summer of Code.
-