Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack) Upstream-commit: 93d41e53ae64fd77340c31d3bc5531864ed28779 Component: engine
9 lines
188 B
Go
9 lines
188 B
Go
// +build linux,amd64
|
|
|
|
package system
|
|
|
|
// Via http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7b21fddd087678a70ad64afc0f632e0f1071b092
|
|
const (
|
|
SYS_SETNS = 308
|
|
)
|