syscall.SysProcAttr.Chroot (field)

3 uses

	syscall (current package)
		exec_libc2.go#L14: 	Chroot     string      // Chroot.
		exec_unix.go#L177: 	if sys.Chroot != "" {
		exec_unix.go#L178: 		chroot, err = BytePtrFromString(sys.Chroot)