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#L664: func formatIDMappings(idMap []SysProcIDMap) []byte {
exec_linux.go#L673: func writeIDMappings(path string, idMap []SysProcIDMap) error {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |