commit e051e192a8b199c20ece2a4205c9642a4a0cee22 Author: Nick Mathewson nickm@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;