mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
it is not possible yet to drop the override since the latest released version has an indirect dependency on github.com/cilium/ebpf that causes the binary to grow by ~1MB. Once there is a new runc version, we can drop the override. For now just bump to the latest version on main, since we are using a year old version at this point. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
4 lines
135 B
Go
4 lines
135 B
Go
package userns
|
|
|
|
// RunningInUserNS detects whether we are currently running in a user namespace.
|
|
var RunningInUserNS = runningInUserNS
|