Преглед изворни кода

Remove nonsensical exec permission from sandbox code.

Nick Mathewson пре 12 година
родитељ
комит
e051e192a8
1 измењених фајлова са 0 додато и 2 уклоњено
  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;