emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: flag to use tor


From: Richard Stallman
Subject: Re: flag to use tor
Date: Sat, 21 Nov 2020 00:04:48 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > If so, according to its README. Maybe you can use a shell wrapper to
  > launch emacs

  > #+BEGIN_SRC
  > #!/bin/sh
  > export LD_PRELOAD=/path/to/libtorsocks.so
  > exec -a "$0" emacs "$@"
  > #+END_SRC

  > Emacs, and its subprocess would inherit this environment variable and
  > allow torsocks to intercept network connection and force them in Tor.

I tried a simpler version which simply runs Emacs (and GDB) under
torsocks.

At first it seemed to work.  It worked for network sockets.
But then I found operations that failed because they used local sockets.
It seems that torsocks causes even local sockets to try to go via tor 

As a result, commands like invoking the browser (to tell the
already-running browser instance to visit a certain URL) fail.

Is there a wizard that knows a way to affect only network communication?


-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]