From c6381932684a45aff6c187d53e5568bf52444457 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 23 Mar 2025 05:27:57 +0900 Subject: sandbox: apply vfs options to bind mounts Signed-off-by: Ophestra --- sandbox/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox/container_test.go') diff --git a/sandbox/container_test.go b/sandbox/container_test.go index c8bdcd0e..13063600 100644 --- a/sandbox/container_test.go +++ b/sandbox/container_test.go @@ -111,7 +111,7 @@ func TestContainer(t *testing.T) { mnt = append(mnt, &check.Mntent{FSName: "tmpfs", Dir: "/tmp", Type: "tmpfs", Opts: "host_passthrough"}, &check.Mntent{FSName: "\x00", Dir: os.Args[0], Type: "\x00", Opts: "\x00"}, - &check.Mntent{FSName: "rootfs", Dir: "/etc/hostname", Type: "tmpfs", Opts: "host_passthrough"}, + &check.Mntent{FSName: "rootfs", Dir: "/etc/hostname", Type: "tmpfs", Opts: "\x00"}, ) for _, name := range libPaths { mnt = append(mnt, &check.Mntent{FSName: "\x00", Dir: name, Type: "\x00", Opts: "\x00", Freq: -1, Passno: -1}) -- cgit v1.3.1