diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-15 13:11:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-15 13:11:06 -0500 |
commit | aba39ea39075803c974ab6451a55b52deb425468 (patch) | |
tree | c37613f1e609098fa96e99884da7c6d0e1e1bc0e /changes | |
parent | 744958e0ddc74e7f4db12a5d078d1188bf9f48e1 (diff) | |
parent | 405a8d3fb4884d5e5c5f32881a1a810b733a5aad (diff) | |
download | tor-aba39ea39075803c974ab6451a55b52deb425468.tar.gz tor-aba39ea39075803c974ab6451a55b52deb425468.zip |
Merge branch 'feature8195_small_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature8195 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature8195 b/changes/feature8195 new file mode 100644 index 0000000000..cb81f2e1d0 --- /dev/null +++ b/changes/feature8195 @@ -0,0 +1,6 @@ + o Major features: + - When Tor is started as root on Linux and told to switch user ID, it + can now retain the capabilitity to bind to low ports. By default, + Tor will do this only when it's switching user ID and some low + ports have been configured. You can change this behavior with + the new option KeepBindCapabilities. Closes ticket 8195. |