mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix agent options for darwin overrides -- all options must be set in overrides. (#32945)
This commit is contained in:
parent
b419b8b501
commit
071e7c75f1
1 changed files with 12 additions and 0 deletions
|
|
@ -38,6 +38,18 @@ agent_options:
|
|||
overrides:
|
||||
platforms:
|
||||
darwin:
|
||||
decorators:
|
||||
load:
|
||||
- SELECT uuid AS host_uuid FROM system_info;
|
||||
- SELECT hostname AS hostname FROM system_info;
|
||||
options:
|
||||
disable_distributed: false
|
||||
distributed_interval: 10
|
||||
distributed_plugin: tls
|
||||
distributed_tls_max_attempts: 3
|
||||
logger_tls_endpoint: /api/osquery/log
|
||||
logger_tls_period: 10
|
||||
pack_delimiter: /
|
||||
auto_table_construction:
|
||||
tcc_system:
|
||||
path: /Library/Application Support/com.apple.TCC/TCC.db
|
||||
|
|
|
|||
Loading…
Reference in a new issue