syscall.SysProcAttr.GidMappings (field)
10 uses
syscall (current package)
exec_linux.go#L100: GidMappings []SysProcIDMap // Group ID mappings for user namespaces.
exec_linux.go#L155: if sys.UidMappings != nil || sys.GidMappings != nil {
exec_linux.go#L266: if sys.GidMappings != nil {
exec_linux.go#L275: gidmap = formatIDMappings(sys.GidMappings)
exec_linux.go#L296: if sys.UidMappings != nil || sys.GidMappings != nil {
exec_linux.go#L362: if sys.UidMappings != nil || sys.GidMappings != nil {
exec_linux.go#L423: if sys.Unshareflags&CLONE_NEWUSER != 0 && sys.GidMappings != nil {
exec_linux.go#L492: if !(sys.GidMappings != nil && !sys.GidMappingsEnableSetgroups && ngroups == 0) && !cred.NoSetGroups {
exec_linux.go#L727: if sys.GidMappings != nil {
exec_linux.go#L733: if err := writeIDMappings(gidf, sys.GidMappings); err != nil {
![]() |
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. |