mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
libcontainer/system: remove alias for deprecated RunningInUserNS
These were deprecated and moved; the stubs were included in the last two (rc94, rc95) releases, so external consumers would have the chance to update their code. Removing this so that this doesn't get into v1.0.0 GA Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package system
|
||||
|
||||
import "github.com/opencontainers/runc/libcontainer/userns"
|
||||
|
||||
// RunningInUserNS detects whether we are currently running in a user namespace.
|
||||
// Deprecated: use github.com/opencontainers/runc/libcontainer/userns.RunningInUserNS instead
|
||||
var RunningInUserNS = userns.RunningInUserNS
|
||||
Reference in New Issue
Block a user