From 9740ff7d235f873eaf852a1d2df8344ab8417535 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:04:46 -0600 Subject: [PATCH] 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. --- it-and-security/default.yml | 1 + ...information.yaml => collect-operating-system-information.yml} | 0 it-and-security/teams/workstations.yml | 1 + 3 files changed, 2 insertions(+) rename it-and-security/lib/all/queries/{collect-operating-system-information.yaml => collect-operating-system-information.yml} (100%) diff --git a/it-and-security/default.yml b/it-and-security/default.yml index 44210799a5..09917ebf95 100644 --- a/it-and-security/default.yml +++ b/it-and-security/default.yml @@ -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: diff --git a/it-and-security/lib/all/queries/collect-operating-system-information.yaml b/it-and-security/lib/all/queries/collect-operating-system-information.yml similarity index 100% rename from it-and-security/lib/all/queries/collect-operating-system-information.yaml rename to it-and-security/lib/all/queries/collect-operating-system-information.yml diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index 1b5b3244d4..40203d4830 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -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