MCPcopy
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
101func (sa shouldAllowEmptyPathType) allow() bool {
102 return sa != disallowEmptyPath
103}
104
105func shouldAllowEmptyPath(allow bool) shouldAllowEmptyPathType {
106 if allow {

Callers 2

getTaskPathOperationFunction · 0.80
setstatatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected