mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add Google Apps for iOS devices (#31860)
## Demo Pasteboard management for BYOD devices Made changes to `/it-and-security/teams/personal-mobile-devices.yml` and `/it-and-security/lib/ios/configuration-profiles` to demo DLP restrictions. - Added byod-restrict-pasteboard-managed-apps.mobileconfig profile to restrict copy/paste between managed and unmanaged apps - Updated personal-mobile-devices team to include the new profile - Added Google Docs, Sheets, and Drive to approved app store apps --------- Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e5837fb173
commit
5adce084b5
2 changed files with 6 additions and 0 deletions
|
|
@ -31,3 +31,6 @@ software:
|
|||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
- app_store_id: '842842640' # Google Docs
|
||||
- app_store_id: '842849113' # Google Sheets
|
||||
- app_store_id: '507874739' # Google Drive
|
||||
|
|
|
|||
|
|
@ -27,3 +27,6 @@ software:
|
|||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
- app_store_id: '842842640' # Google Docs
|
||||
- app_store_id: '842849113' # Google Sheets
|
||||
- app_store_id: '507874739' # Google Drive
|
||||
|
|
|
|||
Loading…
Reference in a new issue