syscall.SysProcAttr.UidMappings (field)
9 uses
syscall (current package)
exec_linux.go#L94: UidMappings []SysProcIDMap // User ID mappings for user namespaces.
exec_linux.go#L141: if sys.UidMappings != nil || sys.GidMappings != nil {
exec_linux.go#L246: if sys.UidMappings != nil {
exec_linux.go#L248: uidmap = formatIDMappings(sys.UidMappings)
exec_linux.go#L281: if sys.UidMappings != nil || sys.GidMappings != nil {
exec_linux.go#L342: if sys.UidMappings != nil || sys.GidMappings != nil {
exec_linux.go#L428: if sys.Unshareflags&CLONE_NEWUSER != 0 && sys.UidMappings != nil {
exec_linux.go#L700: if sys.UidMappings != nil {
exec_linux.go#L702: if err := writeIDMappings(uidf, sys.UidMappings); err != nil {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |