We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698bce2 commit 2ccd0d3Copy full SHA for 2ccd0d3
lib/linux-device-health.policies.yml
@@ -1,5 +1,5 @@
1
- name: Linux - Enable disk encryption
2
- platform: darwin
+ platform: linux
3
description: This policy checks if disk encryption is enabled.
4
resolution: As an IT admin, deploy an image that includes disk encryption.
5
query: SELECT 1 FROM disk_encryption WHERE encrypted=1 AND name LIKE '/dev/dm-1';
0 commit comments