mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Host vitals page: clarify that Fleet checks the default disk on Linux (#25778)
Update the description on this page: https://fleetdm.com/vitals/disk-encryption-linux#linux More context in Slack here.
This commit is contained in:
parent
89e314e86e
commit
57b6ab1b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ kind: built-in
|
|||
spec:
|
||||
name: Disk encryption (Linux)
|
||||
platform: linux
|
||||
description: Retrieves the disk encryption status of a device running Linux.
|
||||
description: "Retrieves the default disk's (/) encryption status of a device running Linux."
|
||||
query: |
|
||||
SELECT
|
||||
de.encrypted, m.path
|
||||
|
|
|
|||
Loading…
Reference in a new issue