From 40f00d570e10ba03910d16b734cc75817b83d00e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 24 Mar 2025 12:45:19 +0900 Subject: sandbox: set mkdir perm 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 d47fd12b..5ed9fee4 100644 --- a/sandbox/container_test.go +++ b/sandbox/container_test.go @@ -93,7 +93,7 @@ func TestContainer(t *testing.T) { container. Tmpfs("/tmp", 0, 0755). Bind(os.Args[0], os.Args[0], 0). - Mkdir("/usr/bin"). + Mkdir("/usr/bin", 0755). Link(os.Args[0], "/usr/bin/sandbox.test"). Place("/etc/hostname", []byte(container.Args[5])) // in case test has cgo enabled -- cgit v1.3.1