Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gvisor
/ allow
Method
allow
pkg/sentry/syscalls/linux/path.go:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
)
100
101
func
(sa shouldAllowEmptyPathType) allow() bool {
102
return
sa != disallowEmptyPath
103
}
104
105
func
shouldAllowEmptyPath(allow bool) shouldAllowEmptyPathType {
106
if
allow {
Callers
2
getTaskPathOperation
Function · 0.80
setstatat
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected