forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

spindle: mount /tmp with `exec`

go test runs binaries from /tmp directory

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

oppi.li 0fa7bf43 4a7f7ca4

verified
Changed files
+3
spindle
engine
+3
spindle/engine/engine.go
···
ReadOnly: false,
TmpfsOptions: &mount.TmpfsOptions{
Mode: 0o1777, // world-writeable sticky bit
+
Options: [][]string{
+
{"exec"},
+
},
},
},
{