Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
IsRootless() bool {
31
return
IsRootlessParent() || IsRootlessChild()
32
}
33
34
func
ParentEUID() int {
35
if
!IsRootlessChild() {
Callers
1
DetachedNetNS
Function · 0.70
Calls
2
IsRootlessParent
Function · 0.70
IsRootlessChild
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…