Skip to content

Commit 8766b5b

Browse files
ggrecoBethGriggs
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 <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 2abc98e commit 8766b5b

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)