From ec33061c925f0f02897158db2b21a7ebfee71cc6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 1 Aug 2025 22:04:58 +0900 Subject: nix: remove nscd cover This is a pd workaround that does nothing in the nixos module. Signed-off-by: Ophestra --- test/sandbox/case/mapuid.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/sandbox/case/mapuid.nix') diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix index 590ebeaa..8c6fcdf8 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -221,7 +221,6 @@ in } null; } null; } null; - run = fs "800001ed" { nscd = fs "800001ed" { } null; } null; cache = fs "800001ed" { private = fs "800001c0" null null; } null; } null; } null; @@ -259,7 +258,6 @@ in (ent ignore "/run/user/1000/wayland-0" "ro,nosuid,nodev,relatime" "ext4" "/dev/disk/by-label/nixos" "rw") (ent ignore "/run/user/1000/pulse/native" "ro,nosuid,nodev,relatime" "tmpfs" "tmpfs" ignore) (ent ignore "/run/user/1000/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=1000003,gid=1000003") ]; seccomp = true; -- cgit v1.3.1