2016-02-08 03:33:48 +00:00
|
|
|
package driver
|
|
|
|
|
|
|
|
import (
|
|
|
|
"os/exec"
|
|
|
|
)
|
|
|
|
|
|
|
|
// TODO Figure out if this is needed in Wondows
|
|
|
|
func isolateCommand(cmd *exec.Cmd) {
|
|
|
|
}
|
2017-04-19 20:16:48 +00:00
|
|
|
|
|
|
|
// setChroot is a noop on Windows
|
|
|
|
func setChroot(cmd *exec.Cmd, chroot string) {
|
|
|
|
}
|