diff --git a/test/configuration.nix b/test/configuration.nix index 6c72299..f6c3d14 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -113,7 +113,7 @@ extraPaths = [ { src = "/proc/mounts"; - dst = "/.fortify/host-mounts"; + dst = "/.fortify/mounts"; } ]; } diff --git a/test/sandbox/fs.nix b/test/sandbox/fs.nix index 8f2ea50..9714a82 100644 --- a/test/sandbox/fs.nix +++ b/test/sandbox/fs.nix @@ -23,7 +23,7 @@ let fortify = fs "16d" null null; init0 = fs "80001ff" null null; } null; - host-mounts = fs "124" null null; + mounts = fs "124" null null; } null; bin = fs "800001ed" { sh = fs "80001ff" null null; } null; dev = fs "800001ed" {