mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 05:39:39 +00:00
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
|