Checks to make sure that full disk encryption (FileVault) is enabled on macOS devices.
Use the policy below to verify
SELECT 1 FROM disk_encryption WHERE user_uuid IS NOT "" AND filevault_status = 'on' LIMIT 1;
Share