sandbox/runtime_other.go
Star f9dcf07ba4 first version
supported macOS、linux
2026-03-23 00:35:27 +08:00

11 lines
113 B
Go

//go:build !linux
package sandbox
import (
"os/exec"
)
func applyCredential(cmd *exec.Cmd, uid, gid int) {
}