mirror of https://github.com/k3s-io/k3s
6 lines
195 B
Go
6 lines
195 B
Go
|
package userns
|
||
|
|
||
|
// RunningInUserNS detects whether we are currently running in a user namespace.
|
||
|
// Originally copied from github.com/lxc/lxd/shared/util.go
|
||
|
var RunningInUserNS = runningInUserNS
|