diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-11 02:40:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-16 22:03:08 -0400 |
commit | e051e192a8b199c20ece2a4205c9642a4a0cee22 (patch) | |
tree | 6208be6cedb82ce3770c21d6995c9af9014e9c6b /src | |
parent | cbfb8e703ed9c7e31848ebf959ac7a4cf27b4a64 (diff) | |
download | tor-e051e192a8b199c20ece2a4205c9642a4a0cee22.tar tor-e051e192a8b199c20ece2a4205c9642a4a0cee22.tar.gz |
Remove nonsensical exec permission from sandbox code.
Diffstat (limited to 'src')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index 3c248bb80..e6c163609 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; |