Skip to content

install-darwin: fix _nixbld uids for macOS sequoia (backport #10919)#11420

Merged
edolstra merged 3 commits into2.23-maintenancefrom
mergify/bp/2.23-maintenance/pr-10919
Sep 10, 2024
Merged

install-darwin: fix _nixbld uids for macOS sequoia (backport #10919)#11420
edolstra merged 3 commits into2.23-maintenancefrom
mergify/bp/2.23-maintenance/pr-10919

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify bot commented Sep 3, 2024

Motivation

Starting in macOS 15 Sequoia, macOS daemon UIDs are encroaching on our default UIDs of 301-332. This commit relocates our range up to avoid clashing with the current UIDs of 301-304 and buy us a little time while still leaving headroom for people installing more than 32 users.

It also adopts GID 350 (same as first UID), since @emilazy pointed out that this will keep our build group from showing up in the Users & Groups interface. (See #10919 (comment))

Context

Priorities and Process

Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.


This is an automatic backport of pull request #10919 done by [Mergify](https://mergify.com).

abathur and others added 3 commits September 3, 2024 23:58
Starting in macOS 15 Sequoia, macOS daemon UIDs are encroaching on our
default UIDs of 301-332. This commit relocates our range up to avoid
clashing with the current UIDs of 301-304 and buy us a little time
while still leaving headroom for people installing more than 32 users.

(cherry picked from commit df36ff0)
@mergify mergify bot requested a review from edolstra as a code owner September 3, 2024 23:58
@mergify mergify bot added the merge-queue label Sep 3, 2024
@edolstra edolstra closed this Sep 10, 2024
@edolstra edolstra reopened this Sep 10, 2024
@edolstra edolstra enabled auto-merge September 10, 2024 19:27
@edolstra edolstra merged commit 3de8fba into 2.23-maintenance Sep 10, 2024
@edolstra edolstra deleted the mergify/bp/2.23-maintenance/pr-10919 branch September 10, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants