aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/case/device.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-01 22:04:58 +0900
committerOphestra <cat@gensokyo.uk>2025-08-01 22:04:58 +0900
commitec33061c925f0f02897158db2b21a7ebfee71cc6 (patch)
tree6394638ecd200c42df8c1b051d246a0a18b0deff /test/sandbox/case/device.nix
parentaf0899de9640b4336050b07b739818fdc3add08b (diff)
nix: remove nscd cover
This is a pd workaround that does nothing in the nixos module. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/case/device.nix')
-rw-r--r--test/sandbox/case/device.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sandbox/case/device.nix b/test/sandbox/case/device.nix
index fad456e5..f5bdaa71 100644
--- a/test/sandbox/case/device.nix
+++ b/test/sandbox/case/device.nix
@@ -195,7 +195,6 @@ in
} null;
} null;
} null;
- run = fs "800001ed" { nscd = fs "800001ed" { } null; } null;
cache = fs "800001ed" { private = fs "800001c0" null null; } null;
} null;
} null;
@@ -229,7 +228,6 @@ in
(ent ignore "/run/user/65534/wayland-0" "ro,nosuid,nodev,relatime" "ext4" "/dev/disk/by-label/nixos" "rw")
(ent ignore "/run/user/65534/pulse/native" "ro,nosuid,nodev,relatime" "tmpfs" "tmpfs" ignore)
(ent ignore "/run/user/65534/bus" "ro,nosuid,nodev,relatime" "ext4" "/dev/disk/by-label/nixos" "rw")
- (ent "/" "/var/run/nscd" "rw,nosuid,nodev,relatime" "tmpfs" "ephemeral" "rw,size=8k,mode=755,uid=1000004,gid=1000004")
];
seccomp = true;