Skip to content

Instantly share code, notes, and snippets.

@beret
Last active October 5, 2021 07:26
Show Gist options
  • Save beret/8f6347139974f824af1c8167530e9a7f to your computer and use it in GitHub Desktop.
Save beret/8f6347139974f824af1c8167530e9a7f to your computer and use it in GitHub Desktop.
ldid -Sent.xml /usr/bin/keychain_dumper - for granting keychain_dumper entitlements to Signal iOS keys
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>keychain-access-groups</key>
<array>
<string>U68MSDN6DR.org.whispersystems.signal</string>
<string>group.org.whispersystems.signal.group.staging</string>
<string>group.org.whispersystems.signal.group</string>
</array>
<key>platform-application</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
</dict>
</plist>
@beret
Copy link
Author

beret commented Oct 5, 2021

Discussed as part of my recovery process for signalapp/Signal-iOS#4980 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment