mirror of
https://github.com/golang/go
synced 2024-11-07 14:36:17 -07:00
e0e2685c80
Introduce a new SysProcAttr member called Jail on FreeBSD. This allows supplying an existing jail's ID to which the child process is attached before calling the exec system call. Fixes #46259 Change-Id: Ie282e5b83429131f9a9e1e27cfcb3bcc995d1d4d Reviewed-on: https://go-review.googlesource.com/c/go/+/458335 Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Goutnik <dgoutnik@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Samuel Karp <samuelkarp@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org>
11 lines
716 B
Plaintext
11 lines
716 B
Plaintext
pkg syscall (freebsd-386), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-amd64), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-arm), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-arm64), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-riscv64), type SysProcAttr struct, Jail int #46259
|
|
pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Jail int #46259
|