Skip to content

Commit ee11ab5

Browse files
ggrecorichardlau
authored andcommittedOct 7, 2020
tools: add debug entitlements for macOS 10.15+
To debug native modules node should be a debuggable process, that will require the **com.apple.security.get-task-allow** entitlement to be added to the codesign procedure. PR-URL: #34378 Fixes: #34340 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent e9e86e1 commit ee11ab5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎tools/osx-entitlements.plist

+2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
<true/>
1313
<key>com.apple.security.cs.disable-library-validation</key>
1414
<true/>
15+
<key>com.apple.security.get-task-allow</key>
16+
<true/>
1517
</dict>
1618
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.