Repositories / jai.git

jai.git

Clone (read-only): git clone http://git.guha-anderson.com/git/jai.git

Branch

fix default configuration

Author
David Mazieres <dm@uun.org>
Date
2026-03-16 01:16:44 -0700
Commit
c95b7223a77d25cafdaf7306b18850b2d7e2a17d
default_conf.cc
index 6050d21..0bf8c7c 100644
--- a/default_conf.cc
+++ b/default_conf.cc
@@ -20,9 +20,12 @@ const std::string default_conf =
 # casual sandboxes, the sandboxed home directory will be in
 # /run/jai/$USER/NAME.home, and changed files will be in
 # $HOME/.jai/NAME.changes.  For strict sandboxes, the home directory
-# will be $HOME/.jai/NAME.home.
+# will be $HOME/.jai/NAME.home.  If you leave it undefined, the name
+# will be "default" and the mode will default to casual, but if you
+# define this to anything including "default", then the mode will be
+# strict.
 
-name default
+# name default
 
 # jai launches programs in a sandbox by running bash with the command
 # name in "$0" and the arguments in "@".  bash will have a PID 1,