[tor-commits] [tor/master] Remove nonsensical exec permission from sandbox code.

nickm at torproject.org nickm at torproject.org
Thu Apr 17 03:48:07 UTC 2014


commit e051e192a8b199c20ece2a4205c9642a4a0cee22
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Apr 11 02:40:15 2014 -0400

    Remove nonsensical exec permission from sandbox code.
---
 src/or/main.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/or/main.c b/src/or/main.c
index 3c248bb..e6c1636 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -2836,8 +2836,6 @@ sandbox_init_filter(void)
     );
   }
 
-  sandbox_cfg_allow_execve(&cfg, "/usr/local/bin/tor");
-
   init_addrinfo();
 
   return cfg;





More information about the tor-commits mailing list