removes (indirect) dependencie on the moby/sys/user/userns package, which
was retracted and moved to moby/sys/userns
- full diff: f3cf9359bd...2269acc7a3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7 lines
140 B
Go
7 lines
140 B
Go
//go:build !linux
|
|
|
|
package userns
|
|
|
|
// inUserNS is a stub for non-Linux systems. Always returns false.
|
|
func inUserNS() bool { return false }
|