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