type syscall.SysProcIDMap
5 uses
syscall (current package)
exec_linux.go#L61: type SysProcIDMap struct {
exec_linux.go#L99: UidMappings []SysProcIDMap // User ID mappings for user namespaces.
exec_linux.go#L100: GidMappings []SysProcIDMap // Group ID mappings for user namespaces.
exec_linux.go#L679: func formatIDMappings(idMap []SysProcIDMap) []byte {
exec_linux.go#L688: func writeIDMappings(path string, idMap []SysProcIDMap) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)