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

Function IsRootless

pkg/rootlessutil/rootlessutil_linux.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28)
29
30func IsRootless() bool {
31 return IsRootlessParent() || IsRootlessChild()
32}
33
34func ParentEUID() int {
35 if !IsRootlessChild() {

Callers 1

DetachedNetNSFunction · 0.70

Calls 2

IsRootlessParentFunction · 0.70
IsRootlessChildFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…