diff --git a/src/config/schema_blanks/sandbox/mod.rs b/src/config/schema_blanks/sandbox/mod.rs index 2045b60..d80e4af 100644 --- a/src/config/schema_blanks/sandbox/mod.rs +++ b/src/config/schema_blanks/sandbox/mod.rs @@ -7,7 +7,7 @@ pub use mounts::Mounts; #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] pub struct Sandbox { - /// Use `bwrap` to run the game. Default is `true` + /// Use `bwrap` to run the game. Default is `false` pub enabled: bool, /// Mount tmpfs to `/home`, `/var/home/$USER` and `$HOME`. Default is `true`