mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Query and policy fixes (#25864)
Added query to all teams to collect operating system information for dashboarding. Copied Slack update policy to from Workstations (canary) to Workstations team.
This commit is contained in:
parent
f85dc597c1
commit
9740ff7d23
3 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ org_settings:
|
|||
policies:
|
||||
queries:
|
||||
- path: ./lib/all/queries/collect-fleetd-update-channels.yml
|
||||
- path: ./lib/all/queries/collect-operating-system-information.yml
|
||||
controls:
|
||||
enable_disk_encryption: true
|
||||
macos_migration:
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ policies:
|
|||
- path: ../lib/macos/policies/latest-macos.yml
|
||||
- path: ../lib/windows/policies/windows-device-health.yml
|
||||
- path: ../lib/linux/policies/disk-encryption-check.yml
|
||||
- path: ../lib/macos/policies/update-slack.yml
|
||||
queries:
|
||||
- path: ../lib/macos/queries/collect-failed-login-attempts.yml
|
||||
- path: ../lib/all/queries/collect-usb-devices.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue