Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recommend dontAllowFDEDisable deployed alongside Crypt #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ You will need to configure Xcode 9.3 (requires 10.13.2 or later) to sign the bun
- `cd Package`
- `make pkg`

## Recommended additional configuration profiles

It is recommended that you deploy a configuration profile along-side Crypt that prevents users from disabling FileVault. See the `dontAllowFDEDisable` preference at https://developer.apple.com/documentation/devicemanagement/fdefilevaultoptions for more info.

## Credits

Crypt 2 couldn't have been written without the help of [Tom Burgin](https://github.com/tburgin) - he is responsible for all of the good code in this project. The bad bits are mine.