Skip to content

Commit a8c66fd

Browse files
ggrecoaddaleax
authored andcommitted
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 ee49813 commit a8c66fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/osx-entitlements.plist

Lines changed: 2 additions & 0 deletions
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)