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

tools: explicitly set umask in macOS postinstall script #57662

Closed
wants to merge 1 commit into from

Conversation

sdavids
Copy link

@sdavids sdavids commented Mar 28, 2025

ensure symbolic links are created with 755 instead of the possibly configured 'umask for user apps'

Refs: https://support.apple.com/en-us/101914
Fixes: #57548

@nodejs-github-bot nodejs-github-bot added macos Issues and PRs related to the macOS platform / OSX. tools Issues and PRs related to the tools directory. labels Mar 28, 2025
@sdavids sdavids changed the title tools: explicitly set umask tools: explicitly set umask in macOS postinstall script Mar 28, 2025
ensure symbolic links are created with 755 instead of the possibly configured 'umask for user apps'

Refs: https://support.apple.com/en-us/101914
Signed-off-by: Sebastian Davids <sdavids@gmx.de>
@sdavids sdavids force-pushed the users/sdavids/fix/57548 branch from aec3e2e to 2290b83 Compare March 28, 2025 18:50
@sdavids
Copy link
Author

sdavids commented Mar 30, 2025

Obsoleted by #57661

@sdavids sdavids closed this Mar 30, 2025
@sdavids sdavids deleted the users/sdavids/fix/57548 branch March 31, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macos Issues and PRs related to the macOS platform / OSX. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mac Installer: npm and npx created with wrong permissions
2 participants