Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ IsRootlessParent
Function
IsRootlessParent
pkg/rootlessutil/parent_linux.go:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
)
33
34
func
IsRootlessParent() bool {
35
return
os.Geteuid() != 0
36
}
37
38
func
RootlessKitStateDir() (string, error) {
39
if
v := os.Getenv(
"ROOTLESSKIT_STATE_DIR"
); v !=
""
{
Callers
7
TestAppNeedsRootlessParentMain
Function · 0.92
appNeedsRootlessParentMain
Function · 0.92
NamespaceNames
Function · 0.92
SnapshotterNames
Function · 0.92
IsRootlessChild
Function · 0.70
ParentMain
Function · 0.70
IsRootless
Function · 0.70
Calls
no outgoing calls
Tested by
1
TestAppNeedsRootlessParentMain
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…