From 632b18addd56227682ab4e29d97dcaf5d9642454 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 21 Mar 2025 12:29:15 +0900 Subject: test/sandbox: rename misleading bind destination Signed-off-by: Ophestra --- test/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/configuration.nix') diff --git a/test/configuration.nix b/test/configuration.nix index 6c72299f..f6c3d147 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -113,7 +113,7 @@ extraPaths = [ { src = "/proc/mounts"; - dst = "/.fortify/host-mounts"; + dst = "/.fortify/mounts"; } ]; } -- cgit v1.3.1