Created
July 17, 2019 01:31
-
-
Save pudquick/f71dff2184fe39ec83763ee070cd8c83 to your computer and use it in GitHub Desktop.
Enable fdesetup for Crypt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadDisplayName</key> | |
<string>Privacy Preferences Policy Control</string> | |
<key>PayloadIdentifier</key> | |
<string>com.github.erikberglund.ProfileCreator.758E61AA-F5D6-4942-BE76-BD64392A86E1.com.apple.TCC.configuration-profile-policy.7DD53515-CF87-4D29-B888-EA603DE9B8B2</string> | |
<key>PayloadOrganization</key> | |
<string></string> | |
<key>PayloadType</key> | |
<string>com.apple.TCC.configuration-profile-policy</string> | |
<key>PayloadUUID</key> | |
<string>7DD53515-CF87-4D29-B888-EA603DE9B8B2</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>Services</key> | |
<dict> | |
<key>SystemPolicyAllFiles</key> | |
<array> | |
<dict> | |
<key>Allowed</key> | |
<true/> | |
<key>CodeRequirement</key> | |
<string>identifier "com.apple.authorizationhost" and anchor apple</string> | |
<key>Comment</key> | |
<string></string> | |
<key>Identifier</key> | |
<string>com.apple.authorizationhost</string> | |
<key>IdentifierType</key> | |
<string>bundleID</string> | |
<key>StaticCode</key> | |
<false/> | |
</dict> | |
</array> | |
</dict> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>TCC and stuff yo</string> | |
<key>PayloadIdentifier</key> | |
<string>com.github.erikberglund.ProfileCreator.758E61AA-F5D6-4942-BE76-BD64392A86E1</string> | |
<key>PayloadOrganization</key> | |
<string>ProfileCreator</string> | |
<key>PayloadScope</key> | |
<string>System</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>758E61AA-F5D6-4942-BE76-BD64392A86E1</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment