FDE FileVault
com.apple.MCX.FileVault2
The payload that configures FileVault.
Configuration Keys (14)
| Key | Type | Title |
|---|---|---|
EnablerequiredSet to 'On' to enable FileVault and set to 'Off' to disable FileVault. Payloads set to 'On' sent through MDM need to either include full authentication information in the payload or have the 'Defer' option set to 'true'. When 'Defer' is 'true', the system prompts for the authentication information when the user enables FileVault. Range: On, Off | string | Enable FileVault 2 |
DeferIf 'true', the system defers enabling FileVault until the designated user logs out. For details, see 'fdesetup(8)'. Only a local user or a mobile account user can enable FileVault. Default: false | boolean | Defer enabling until logout |
UserEntersMissingInfoIf 'true', the system enables a prompt for missing user name or password fields. Default: false | boolean | User enters username and password |
UseRecoveryKeyIf 'true', the system creates a personal recovery key and displays it to the user. Default: true | boolean | Create a personal recovery key |
ShowRecoveryKeyIf 'false', the system prevents display of the personal recovery key to the user after the system enables FileVault. Default: true | boolean | Show the personal recovery key |
OutputPathThe path to the location of the recovery key and computer information property list. | string | Recovery key path |
CertificateThe DER-encoded certificate data if the system creates an institutional recovery key. This key isn't supported on a Mac with Apple silicon. | data | Certificate |
PayloadCertificateUUIDThe UUID of the payload within the same profile containing the asymmetric recovery key certificate payload. | string | Recovery Key Certificate Payload |
UsernameThe user name of the Open Directory user to add to FileVault. | string | Username |
PasswordThe password of the Open Directory user to add to FileVault. Use the 'UserEntersMissingInfo' key to prompt for this information. | string | Password |
UseKeychainIf 'true' and you don't include certificate information in this payload, the system uses the keychain created at '/Library/Keychains/FileVaultMaster.keychain' when it adds the institutional recovery key. Default: false | boolean | Add institutional recovery key to keychain |
DeferForceAtUserLoginMaxBypassAttemptsThe maximum number of times users can bypass enabling FileVault before the system requires the user to enable it to log in. If the value is '0', the system requires the user to enable FileVault the next time they attempt to log in. Set this key to '-1' to disable this feature. Range: -1 – 9999 | integer | Maximum number of times FileVault can be skipped |
DeferDontAskAtUserLogoutIf 'true', the system prevents requests to enable FileVault at user logout time. Default: false | boolean | Dont ask at logout |
ForceEnableInSetupAssistantIf 'true', and installation of this payload occurs after enrolling with MDM in Setup Assistant, the system requests Setup Assistant to enable FileVault at setup time. To use this, enable the Await Device Configured DEP configuration option and send this profile with this key set, before sending the 'DeviceConfiguredCommand'. An admin SecureToken user is required, otherwise the FileVault pane does not appear. Default: false | boolean | — |