Home
last modified time | relevance | path

Searched refs:OciIDMappings (Results 1 – 2 of 2) sorted by relevance

/dports/net/concourse-fly/concourse-6.7.1/worker/runtime/spec/
H A Dspec.go113 func OciIDMappings(privileged bool, max uint32) []specs.LinuxIDMapping { func
227 UIDMappings: OciIDMappings(privileged, maxUid),
228 GIDMappings: OciIDMappings(privileged, maxGid),
/dports/misc/concourse/concourse-6.7.2/worker/runtime/spec/
H A Dspec.go113 func OciIDMappings(privileged bool, max uint32) []specs.LinuxIDMapping { func
227 UIDMappings: OciIDMappings(privileged, maxUid),
228 GIDMappings: OciIDMappings(privileged, maxGid),