const syscall.CLONE_NEWUSER

6 uses

	syscall (current package)
		exec_linux.go#L100: 		if sys.Unshareflags&CLONE_NEWUSER == 0 {
		exec_linux.go#L216: 	case sys.Cloneflags&CLONE_NEWUSER == 0 && sys.Unshareflags&CLONE_NEWUSER == 0:
		exec_linux.go#L305: 		if sys.Unshareflags&CLONE_NEWUSER != 0 && sys.GidMappings != nil {
		exec_linux.go#L330: 		if sys.Unshareflags&CLONE_NEWUSER != 0 && sys.UidMappings != nil {
		zerrors_linux_amd64.go#L161: 	CLONE_NEWUSER                    = 0x10000000