YAML indentation fix in query library (#37022)
Follow-up from https://github.com/fleetdm/fleet/pull/36994
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user