Warn about a vulnerability in the default configuration

PR:		195828
This commit is contained in:
Brendan Fabeny 2014-12-11 13:57:31 +00:00
parent e1d8f31498
commit d1e4ccce8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374532
4 changed files with 10 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= tor
DISTVERSION= 0.2.6.1-alpha
PORTREVISION= 1
CATEGORIES= security net ipv6
MASTER_SITES= TOR
PKGNAMESUFFIX= -devel

View File

@ -12,5 +12,8 @@ touch /var/log/tor
chown -R _tor:_tor /var/db/tor /var/log/tor /var/run/tor
chmod -R 700 /var/db/tor
before starting the tor server.
before starting the tor server. Tor users are strongly advised to prevent traffic
analysis that exploits sequential IP IDs by setting:
sysctl net.inet.ip.random_id=1
================================================================================

View File

@ -3,6 +3,7 @@
PORTNAME= tor
DISTVERSION= 0.2.5.10
PORTREVISION= 1
CATEGORIES= security net ipv6
MASTER_SITES= TOR

View File

@ -12,5 +12,8 @@ touch /var/log/tor
chown -R _tor:_tor /var/db/tor /var/log/tor /var/run/tor
chmod -R 700 /var/db/tor
before starting the tor server.
before starting the tor server. Tor users are strongly advised to prevent traffic
analysis that exploits sequential IP IDs by setting:
sysctl net.inet.ip.random_id=1
================================================================================