This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

spindle: mount /tmp with `exec`

go test runs binaries from /tmp directory

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Jul 9, 2025, 1:25 PM +0100) commit 0fa7bf43 parent 4a7f7ca4 change-id zvylrkyw
+3
+3
spindle/engine/engine.go
··· 413 413 ReadOnly: false, 414 414 TmpfsOptions: &mount.TmpfsOptions{ 415 415 Mode: 0o1777, // world-writeable sticky bit 416 + Options: [][]string{ 417 + {"exec"}, 418 + }, 416 419 }, 417 420 }, 418 421 {