Disk encryption
Feature availability
Operating Systems | WARP mode required | Zero Trust plans |
---|---|---|
macOS, Windows | WARP with Gateway | All plans |
The Disk Encryption device posture attribute ensures that disks are encrypted on a device.
Enable the disk encryption check
- In the Zero Trust Dashboard, go to Settings > WARP Client.
- Scroll down to WARP client checks and select Add new.
- Select Disk Encryption.
- Enter a descriptive name for the check.
- Select your operating system.
- Turn on Enable Disk Encryption.
- Select Save.
Next, verify that the disk encryption check is returning the expected results.
How WARP checks for encryption
Operating systems determine disk encryption in various ways. The following information will allow you to understand how the client determines disk encryption status on various systems.
On macOS
Open a terminal window.
Run the
/usr/sbin/system_profiler SPStorageDataType
command to return a list of drivers on the system and note the value of Mount Point.% /usr/sbin/system_profiler SPStorageDataTypeStorage:Data:Free: 428.52 GB (428,519,702,528 bytes)Capacity: 494.38 GB (494,384,795,648 bytes)Mount Point: /System/Volumes/DataRun the
diskutil info
command for a specific Mount Point and look for the value returned for FileVault. It must show Yes for the disk to be considered encrypted.% diskutil info /System/Volumes/Data | grep FileVaultFileVault: Yes
All disks on the system must be encrypted for the posture check to pass.
On Windows
- Open a Powershell window.
- Run the
Get-BitLockerVolume
command to list all volumes detected on the system. - Protection Status must be set to On.
All disks on the system must be encrypted for the posture check to pass.
On Linux
Disk encryption checks are not currently supported on Linux.
On iOS, Android and ChromeOS
These platforms are always encrypted and so no disk encryption check is supported.