[tor-commits] [chutney/master] Enable sandboxing in chutney tests
    nickm at torproject.org 
    nickm at torproject.org
       
    Wed Sep  2 14:04:08 UTC 2015
    
    
  
commit f15e235131529ef88a0443977dfbee569d2c0b19
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Sep 2 10:03:53 2015 -0400
    Enable sandboxing in chutney tests
---
 torrc_templates/common.i |    3 +++
 1 file changed, 3 insertions(+)
diff --git a/torrc_templates/common.i b/torrc_templates/common.i
index 67f60ce..e244565 100644
--- a/torrc_templates/common.i
+++ b/torrc_templates/common.i
@@ -29,6 +29,9 @@ TestingMinExitFlagThreshold 0
 # VoteOnHidServDirectoriesV2 needs to be set for HSDirs to get the HSDir flag
 #Default VoteOnHidServDirectoriesV2 1
 
+## Options that we always want to test ##
+Sandbox 1
+
 DataDirectory $dir
 RunAsDaemon 1
 ConnLimit $connlimit
    
    
More information about the tor-commits
mailing list