1 package userns 2 3 // RunningInUserNS detects whether we are currently running in a user namespace. 4 // Originally copied from github.com/lxc/lxd/shared/util.go 5 var RunningInUserNS = runningInUserNS 6
View as plain text