Skip to content

Commit

Permalink
updated prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed Jul 24, 2022
1 parent 2422e55 commit 14d39e3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Profile Manifest/com.twocanoes.xcreds.plist
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,56 @@ A profile can consist of payloads with different version numbers. For example, c
<false/>
</dict>

<dict>
<key>pfm_name</key>
<string>EnableFDE</string>
<key>pfm_type</key>
<string>boolean</string>
<key>pfm_title</key>
<string>Enable Full Disk Encryption (FDE)</string>
<key>pfm_description</key>
<string>Enabled FDE enabled at first login on APFS disks.</string>
<key>pfm_default</key>
<false/>
</dict>
<dict>
<key>pfm_name</key>
<string>EnableFDERecoveryKey</string>
<key>pfm_type</key>
<string>boolean</string>
<key>pfm_title</key>
<string>Save PRK</string>
<key>pfm_description</key>
<string>Save the Personal Recovery Key (PRK) to disk for the MDM Escrow Service to collect</string>
<key>pfm_default</key>
<false/>
</dict>
<dict>
<key>pfm_name</key>
<string>EnableFDERecoveryKeyPath</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_title</key>
<string>FDE Recovery Key Path</string>
<key>pfm_description</key>
<string>Specify a custom path for the recovery key</string>
<key>pfm_default</key>
<string></string>
</dict>
<dict>
<key>pfm_name</key>
<string>EnableFDERekey</string>
<key>pfm_type</key>
<string>boolean</string>
<key>pfm_title</key>
<string>Enable FDE Rekey</string>
<key>pfm_description</key>
<string>Rotate the Personal Recovery Key (PRK)</string>
<key>pfm_default</key>
<false/>
</dict>


<dict>
<key>pfm_name</key>
<string>shouldShowAboutMenu</string>
Expand Down
Binary file not shown.

0 comments on commit 14d39e3

Please sign in to comment.