Browse Source

Remove nonsensical exec permission from sandbox code.

Nick Mathewson 10 years ago
parent
commit
e051e192a8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/or/main.c

+ 0 - 2
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;