Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Sep 10, 2024

Commits on Sep 3, 2024

  1. install-darwin: fix _nixbld uids for macOS sequoia

    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)
    abathur authored and mergify[bot] committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a1cfbe2 View commit details
    Browse the repository at this point in the history
  2. install-darwin: move nixbld gid to match first UID

    (cherry picked from commit 7556742)
    abathur authored and mergify[bot] committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    76c9fd1 View commit details
    Browse the repository at this point in the history
  3. install-darwin: increment base UID by 1 (#15)

    (cherry picked from commit 11cf29b)
    emilazy authored and mergify[bot] committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c00f5bc View commit details
    Browse the repository at this point in the history