Skip to content

Commit 2ccd0d3

Browse files
authored
Fix Linux policy platform (#46)
1 parent 698bce2 commit 2ccd0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/linux-device-health.policies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Linux - Enable disk encryption
2-
platform: darwin
2+
platform: linux
33
description: This policy checks if disk encryption is enabled.
44
resolution: As an IT admin, deploy an image that includes disk encryption.
55
query: SELECT 1 FROM disk_encryption WHERE encrypted=1 AND name LIKE '/dev/dm-1';

0 commit comments

Comments
 (0)