Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated script and policy to match naming convention #27858

Merged
merged 3 commits into from
Apr 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Check Fleet Desktop on Fedora and Debian
- name: Linux - Fleet Desktop extensions enabled
critical: false
description: This policy checks if the extension required for Fleet Desktop is installed and enabled.
resolution: |
Expand Down Expand Up @@ -29,4 +29,4 @@
)
);
run_script:
path: ../scripts/fedora-debian-enable-fleet-desktop.sh
path: ../scripts/install-fleet-desktop-required-extension.sh
4 changes: 2 additions & 2 deletions it-and-security/teams/compliance-exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ controls:
- path: ../lib/macos/scripts/uninstall-fleetd-macos.sh
- path: ../lib/windows/scripts/uninstall-fleetd-windows.ps1
- path: ../lib/linux/scripts/uninstall-fleetd-linux.sh
- path: ../lib/linux/scripts/fedora-debian-enable-fleet-desktop.sh
- path: ../lib/linux/scripts/install-fleet-desktop-required-extension.sh
policies:
- path: ../lib/macos/policies/enrollment-profile-up-to-date.yml
- path: ../lib/linux/policies/fedora-debian-check-fleet-desktop.yml
- path: ../lib/linux/policies/check-fleet-desktop-extension-fedora-debian.yml
queries:
software:
packages:
Expand Down
2 changes: 0 additions & 2 deletions it-and-security/teams/servers-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ controls:
deadline_days: null
grace_period_days: null
scripts:
- path: ../lib/linux/scripts/fedora-debian-enable-fleet-desktop.sh
policies:
- path: ../lib/linux/policies/fedora-debian-check-fleet-desktop.yml
queries:
software:
4 changes: 2 additions & 2 deletions it-and-security/teams/workstations-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ controls:
- path: ../lib/windows/scripts/create-admin-user.ps1
- path: ../lib/windows/scripts/uninstall-fleetd-windows.ps1
- path: ../lib/linux/scripts/uninstall-fleetd-linux.sh
- path: ../lib/linux/scripts/fedora-debian-enable-fleet-desktop.sh
- path: ../lib/linux/scripts/install-fleet-desktop-required-extension.sh
policies:
- path: ../lib/macos/policies/1password-emergency-kit-check.yml
- path: ../lib/macos/policies/update-firefox.yml
Expand All @@ -157,7 +157,7 @@ policies:
- path: ../lib/windows/policies/1password-installed.yml
- path: ../lib/windows/policies/update-1password.yml
- path: ../lib/linux/policies/disk-encryption-check.yml
- path: ../lib/linux/policies/fedora-debian-check-fleet-desktop.yml
- path: ../lib/linux/policies/check-fleet-desktop-extension-fedora-debian.yml
queries:
- path: ../lib/macos/queries/detect-apple-intelligence.yml
software:
Expand Down
Loading