MCPcopy Create free account
hub / github.com/containerd/nerdctl / IsRootlessChild

Function IsRootlessChild

pkg/rootlessutil/child_linux.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23)
24
25func IsRootlessChild() bool {
26 return !IsRootlessParent() && userns.RunningInUserNS() && os.Getenv("ROOTLESSKIT_STATE_DIR") != ""
27}

Callers 15

CNIRuntimeDirFunction · 0.92
CDISpecDirsFunction · 0.92
buildResolvConfMethod · 0.92
generateCgroupPathFunction · 0.92
newHandlerOptsFunction · 0.92
getPortMapOptsFunction · 0.92
getIPAddressOptsFunction · 0.92
getIP6AddressOptsFunction · 0.92
applyNetworkSettingsFunction · 0.92
onPostStopFunction · 0.92

Calls 1

IsRootlessParentFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…