Skip to content

tools: explicitly set umask in macOS postinstall script - #57662

Closed
sdavids wants to merge 1 commit into
nodejs:mainfrom
sdavids:users/sdavids/fix/57548
Closed

tools: explicitly set umask in macOS postinstall script#57662
sdavids wants to merge 1 commit into
nodejs:mainfrom
sdavids:users/sdavids/fix/57548

Conversation

@sdavids

@sdavids sdavids commented Mar 28, 2025

Copy link
Copy Markdown

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. 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

sdavids commented Mar 30, 2025

Copy link
Copy Markdown
Author

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. 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