munkireport/filevault_escrow
最新稳定版本:v1.1
Composer 安装命令:
composer require munkireport/filevault_escrow
包简介
Module for munkireport.
README 文档
README
Integration with the Crypt authentication plugin
The table provides the following information per client:
- enableddate - The data FileVault was enabled
- enableduser - Users added to the EFI login (authorized to unlock the drive)
- lvguuid - (CoreStorage) Logical Volume Group UUID
- lvuuid - (CoreStorage) Logical Volume UUID
- pvuuid - (CoreStorage) Physical Volume UUID
- recoverykey - The personal recovery key
- Also added is hddserial - The serial number of the hard drive
Remarks
The workflow:
-
Create a crypto key by calling
vendor/bin/generate-defuse-keyin the root of the munkireport directory. Add the resulting key to.envasENCRYPTION_KEY=def00000505fe726...34; -
Install and configure Crypt make sure to prevent the removal of the plist:
$ sudo defaults write /Library/Preferences/com.grahamgilbert.crypt RemovePlist -bool FALSE
The recovery key is encrypted before it enters the database and is decrypted after retrieval. Don't lose the encryption key or your recovery keys are lost forever!
You can specify the ServerURL in the crypt preferences to a special url that will respond in a way that the crypt client stops attempting to Escrow.
$ sudo defaults write /Library/Preferences/com.grahamgilbert.crypt ServerURL "http://munkireportURL/index.php?/module/filevault_escrow/index/"
The client will then checkin at munkireporturl/index.php?/module/filevault_escrow/index/checkin.
Dependencies
This module is dependent on the filevault_status model to provide the current status of FileVault and to list the user accounts who are authorized to unlock the drive
统计信息
- 总下载量: 9.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-04