]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/tor.cgi
Tor: Enable syscall sandbox
[ipfire-2.x.git] / html / cgi-bin / tor.cgi
index 3349336aea003c2fd4d9603a11fe390d6c95a0fb..ce579aec1146cfc565dbe36fbebcde93ba3a6211 100644 (file)
@@ -730,6 +730,7 @@ sub BuildConfiguration() {
        open(FILE, ">$torrc");
 
        # Global settings.
+       print FILE "Sandbox 1\n";
        print FILE "ControlPort $TOR_CONTROL_PORT\n";
 
        if ($settings{'TOR_ENABLED'} eq 'on') {