mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
fix: update Filevault to FileVault (#4072)
This commit is contained in:
parent
ff00e26f14
commit
772457516d
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ kind: policy
|
|||
spec:
|
||||
name: Is FileVault enabled on macOS devices?
|
||||
query: SELECT 1 FROM disk_encryption WHERE user_uuid IS NOT "" AND filevault_status = 'on' LIMIT 1;
|
||||
description: Checks to make sure that the Filevault feature is enabled on macOS devices.
|
||||
description: Checks to make sure that the FileVault feature is enabled on macOS devices.
|
||||
resolution: "To enable FileVault, on the failing device, select System Preferences >
|
||||
Security & Privacy > FileVault > Turn On FileVault."
|
||||
platforms: macOS
|
||||
|
|
|
|||
Loading…
Reference in a new issue