Skip to content

Commit

Permalink
Fix get-task-allow entitlement (#41559)
Browse files Browse the repository at this point in the history
We had apparently misspelled this entitlement, not allowing `lldb` to attach to official macOS builds.

(cherry picked from commit ad6740b)
  • Loading branch information
staticfloat authored and KristofferC committed Aug 31, 2021
1 parent 04e7225 commit 667c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mac/app/Entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.cs.get-task-allow</key>
<key>com.apple.security.get-task-allow</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
Expand Down

0 comments on commit 667c883

Please sign in to comment.