sandbox/runtime_other.go

11 lines
113 B
Go
Raw Normal View History

2026-03-23 00:35:27 +08:00
//go:build !linux
package sandbox
import (
"os/exec"
)
func applyCredential(cmd *exec.Cmd, uid, gid int) {
}