Skip to content

Commit

Permalink
Add linux device health
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman committed Jan 27, 2024
1 parent 201b8ad commit c7c6c32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/linux-device-health.policies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- name: Linux - Enable disk encryption
platform: darwin
description: This policy checks if disk encryption is enabled.
resolution: As an IT admin, deploy an image that includes disk encryption.
query: SELECT 1 FROM disk_encryption WHERE encrypted=1 AND name LIKE '/dev/dm-1';

0 comments on commit c7c6c32

Please sign in to comment.