Skip to content

Commit

Permalink
Updated minimal entitlements for MAS
Browse files Browse the repository at this point in the history
Removed temporary entitlement for crash reporter.
  • Loading branch information
Cong Liu committed Aug 19, 2016
1 parent 80d47b6 commit 6134d9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/mas/entitlements-parent.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
<!-- [REQUIRED] Sandbox -->
<key>com.apple.security.app-sandbox</key>
<true/>
<!-- [REQUIRED] IPC and Crash Reporter -->
<!-- [REQUIRED] IPC -->
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>$BUNDLEID.rohitfork</string>
<string>$BUNDLEID.crashpad.child_port_handshake</string>
<string>com.apple.ReportCrash</string>
</array>

<!-- [OPTIONAL] Network -->
Expand All @@ -36,4 +34,4 @@
<key>com.apple.security.device.bluetooth</key>
<true/>
</dict>
</plist>
</plist>

0 comments on commit 6134d9a

Please sign in to comment.