mirror of
https://github.com/containerd/containerd.git
synced 2026-07-17 04:52:25 +00:00
This swaps the RunningInUserNS() function that we're using from libcontainer/system with the one in containerd/sys. This removes the dependency on libcontainer/system, given these were the only functions we're using from that package. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>