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.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/sandbox/case/device.nix b/test/sandbox/case/device.nix
index da0c974e..dec3e380 100644
--- a/test/sandbox/case/device.nix
+++ b/test/sandbox/case/device.nix
@@ -27,6 +27,8 @@ in
userns = false;
x11 = true;
hostAbstract = false;
+ shareRuntime = false;
+ shareTmpdir = true;
# 0, PresetStrict
expectedFilter = {
@@ -133,7 +135,7 @@ in
current-system = fs "80001ff" null null;
opengl-driver = fs "80001ff" null null;
user = fs "800001ed" {
- "65534" = fs "800001f8" {
+ "65534" = fs "800001c0" {
bus = fs "10001fd" null null;
pulse = fs "800001c0" { native = fs "10001b6" null null; } null;
wayland-0 = fs "1000038" null null;
@@ -219,7 +221,6 @@ in
(ent "/" ignore ignore ignore ignore ignore)
(ent "/" "/dev/shm" "rw,nosuid,nodev,relatime" "tmpfs" "ephemeral" "rw,uid=1000004,gid=1000004")
(ent "/" "/run/user" "rw,nosuid,nodev,relatime" "tmpfs" "ephemeral" "rw,size=4k,mode=755,uid=1000004,gid=1000004")
- (ent "/tmp/hakurei.0/runtime/4" "/run/user/65534" "rw,nosuid,nodev,relatime" "ext4" "/dev/disk/by-label/nixos" "rw")
(ent "/tmp/hakurei.0/tmpdir/4" "/tmp" "rw,nosuid,nodev,relatime" "ext4" "/dev/disk/by-label/nixos" "rw")
(ent ignore "/etc/passwd" "ro,nosuid,nodev,relatime" "tmpfs" "rootfs" "rw,uid=1000004,gid=1000004")
(ent ignore "/etc/group" "ro,nosuid,nodev,relatime" "tmpfs" "rootfs" "rw,uid=1000004,gid=1000004")