diff options
author | Andrew Lewman <andrew@torproject.org> | 2005-09-25 03:45:27 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2005-09-25 03:45:27 +0000 |
commit | 066b58438a8b6436b863be5048535f0d8c16318d (patch) | |
tree | d3eace2e9bf6bc54f4d6c2dcf509dd65ff371df1 /doc | |
parent | fba01c3cc0613155f16d017d9d2be0950869b039 (diff) | |
download | tor-066b58438a8b6436b863be5048535f0d8c16318d.tar.gz tor-066b58438a8b6436b863be5048535f0d8c16318d.zip |
added the one line hack for default selinux targeted policy to allow
tor/privoxy to work correctly.
svn:r5143
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc-unix.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tor-doc-unix.html b/doc/tor-doc-unix.html index 516077b005..23888d1553 100644 --- a/doc/tor-doc-unix.html +++ b/doc/tor-doc-unix.html @@ -181,7 +181,11 @@ your local applications to Privoxy (local port 8118) and Tor (local port your firewall blocks outgoing connections, punch a hole so it can connect to at least TCP ports 80 and 443, and then see <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">this -FAQ entry</a>. +FAQ entry</a>. If your SELinux config is not allowing tor or privoxy to +run correctly, create a file named booleans.local in the directory +/etc/selinux/targeted. Edit this file in your favorite text editor and +insert "allow_ypbind=1". Restart your machine for this change to take +effect. </p> <p>If it's still not working, look at <a |