aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/case/device.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/sandbox/case/device.nix')
-rw-r--r--test/sandbox/case/device.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sandbox/case/device.nix b/test/sandbox/case/device.nix
index f5bdaa71..ded60aae 100644
--- a/test/sandbox/case/device.nix
+++ b/test/sandbox/case/device.nix
@@ -200,7 +200,7 @@ in
} null;
mount = [
- (ent "/sysroot" "/" "rw,nosuid,nodev,relatime" "tmpfs" "rootfs" "rw,uid=1000004,gid=1000004")
+ (ent "/sysroot" "/" "ro,nosuid,nodev,relatime" "tmpfs" "rootfs" "rw,uid=1000004,gid=1000004")
(ent "/" "/proc" "rw,nosuid,nodev,noexec,relatime" "proc" "proc" "rw")
(ent "/" "/.hakurei" "rw,nosuid,nodev,relatime" "tmpfs" "ephemeral" "rw,size=4k,mode=755,uid=1000004,gid=1000004")
(ent "/" "/dev" "rw,nosuid" "devtmpfs" "devtmpfs" ignore)