mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add VPP apps to teams with Apple devices (#21996)
This commit is contained in:
parent
ad9b98b0ce
commit
2e9b0c8460
4 changed files with 18 additions and 0 deletions
|
|
@ -20,3 +20,6 @@ controls:
|
|||
policies:
|
||||
queries:
|
||||
software:
|
||||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
|
|
|
|||
|
|
@ -24,3 +24,6 @@ controls:
|
|||
policies:
|
||||
queries:
|
||||
software:
|
||||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
|
|
|
|||
|
|
@ -146,3 +146,8 @@ queries:
|
|||
- path: ../lib/collect-software-permissions-user.queries.yml
|
||||
- path: ../lib/collect-crowdstrike-info.queries.yml
|
||||
software:
|
||||
app_store_apps:
|
||||
- app_store_id: '803453959' # Slack Desktop
|
||||
- app_store_id: '1333542190' # 1Password 7 Desktop
|
||||
- app_store_id: '1477376905' # GitHub
|
||||
- app_store_id: '1152747299' # Figma
|
||||
|
|
|
|||
|
|
@ -80,3 +80,10 @@ software:
|
|||
pre_install_query:
|
||||
path: ../lib/macos-check-if-apple-silicon.queries.yml
|
||||
self_service: true
|
||||
- url: https://dl.google.com/chrome/mac/stable/accept_tos%3Dhttps%253A%252F%252Fwww.google.com%252Fintl%252Fen_ph%252Fchrome%252Fterms%252F%26_and_accept_tos%3Dhttps%253A%252F%252Fpolicies.google.com%252Fterms/googlechrome.pkg
|
||||
self_service: true
|
||||
app_store_apps:
|
||||
- app_store_id: '803453959' # Slack Desktop
|
||||
- app_store_id: '1333542190' # 1Password 7 Desktop
|
||||
- app_store_id: '1477376905' # GitHub
|
||||
- app_store_id: '1152747299' # Figma
|
||||
|
|
|
|||
Loading…
Reference in a new issue