mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 13:59:01 +00:00
9 lines
369 B
YAML
9 lines
369 B
YAML
- name: Detect if Apple Intelligence is enabled
|
|
automations_enabled: false
|
|
description: Detects if Apple Intelligence has been enabled.
|
|
discard_data: false
|
|
interval: 300
|
|
logging: snapshot
|
|
observer_can_run: true
|
|
platform: "darwin"
|
|
query: SELECT * FROM plist WHERE path LIKE '/Users/%/Library/Preferences/com.apple.CloudSubscriptionFeatures.optIn.plist';
|