Skip to content

Commit

Permalink
fix filter for linux workstation policy
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Sep 21, 2023
1 parent 1d18587 commit 16eb25c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/mondoo-linux-workstation-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ policies:
- title: Secure Boot
filters: |
asset.family.contains(_ == 'linux')
packages.where(name == /xorg|xserver|wayland/i).any(installed)
checks:
- uid: mondoo-linux-workstation-security-permissions-on-bootloader-config-are-configured
- uid: mondoo-linux-workstation-security-secure-boot-is-enabled
Expand All @@ -73,6 +74,7 @@ policies:
- title: Disk encryption
filters: |
asset.family.contains(_ == 'linux')
packages.where(name == /xorg|xserver|wayland/i).any(installed)
checks:
- uid: mondoo-linux-workstation-security-aes-encryption-algorithm
- uid: mondoo-linux-workstation-security-root-and-home-are-encrypted
Expand All @@ -83,6 +85,7 @@ policies:
filters: |
asset.family.contains(_ == 'linux')
package('fwupd').installed
packages.where(name == /xorg|xserver|wayland/i).any(installed)
checks:
- uid: mondoo-linux-workstation-security-bios-uptodate
queries:
Expand Down

0 comments on commit 16eb25c

Please sign in to comment.