Skip to content

Instantly share code, notes, and snippets.

@pudquick
Created July 17, 2019 01:31

Revisions

  1. pudquick created this gist Jul 17, 2019.
    57 changes: 57 additions & 0 deletions fdsetup-for-crypt.mobileconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,57 @@
    <?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>