YAML indentation fix in query library (#37022)

Follow-up from https://github.com/fleetdm/fleet/pull/36994
This commit is contained in:
Rachael Shaw
2025-12-09 16:06:18 -06:00
committed by GitHub
parent 1281e2c8ad
commit ffcf314a3c
@@ -2149,8 +2149,8 @@ kind: policy
spec:
name: CrowdStrike Falcon System Extension enabled and activated (macOS)
query: |
SELECT 1
WHERE (EXISTS (SELECT 1 FROM system_extensions WHERE identifier = 'com.crowdstrike.falcon.Agent'))
SELECT 1
WHERE (EXISTS (SELECT 1 FROM system_extensions WHERE identifier = 'com.crowdstrike.falcon.Agent'))
AND EXISTS (SELECT 1 FROM system_extensions WHERE state = 'activated_enabled');
bash: systemextensionsctl list | grep 'falcon' | grep 'activated enabled'
description: Checks to make sure that the CrowdStrike System Extension is enabled and activated on macOS devices.