소스 검색

Remove nonsensical exec permission from sandbox code.

Nick Mathewson 10 년 전
부모
커밋
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;