test/sandbox: rename misleading bind destination
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
a57a7a6a16
commit
fd2e5754e3
@ -113,7 +113,7 @@
|
||||
extraPaths = [
|
||||
{
|
||||
src = "/proc/mounts";
|
||||
dst = "/.fortify/host-mounts";
|
||||
dst = "/.fortify/mounts";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
@ -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" {
|
||||
|
@ -62,7 +62,7 @@ let
|
||||
|
||||
import "git.gensokyo.uk/security/fortify/test/sandbox"
|
||||
|
||||
func main() { sandbox.MustAssertMounts("", "/.fortify/host-mounts", "${writeText "want-mounts.json" (builtins.toJSON wantMounts)}") }
|
||||
func main() { sandbox.MustAssertMounts("", "/.fortify/mounts", "${writeText "want-mounts.json" (builtins.toJSON wantMounts)}") }
|
||||
'';
|
||||
in
|
||||
buildGoModule {
|
||||
|
Loading…
Reference in New Issue
Block a user