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

Fix #510 - Part 3 - Enable 'hardened runtime' on OSX #542

Merged
merged 4 commits into from
Aug 1, 2019

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Aug 1, 2019

Enabling a hardened runtime is a requirement for the notarization step, however, without any entitlements, the node process will not run (it relies on JIT'ing, which is blocked by default with the hardened runtime).

This change turns on hardened runtime for code-signing / notarization and includes an entitlements.plist file to enable the set of entitlements needed to get node running.

@bryphe bryphe merged commit 72ea674 into master Aug 1, 2019
@bryphe bryphe deleted the bugfix/510.3/hardened-runtime branch August 1, 2019 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant