Add hosts to external storage exclusion labels (#47980)

Add device IDs to manual labels to exempt specific machines from
read-only external/removable storage restrictions. The macs label now
includes host "1339" and the windows label includes host "1230",
allowing these devices to receive read-write external/removable storage
profiles.
This commit is contained in:
Allen Houchins
2026-06-21 21:44:29 -05:00
committed by GitHub
parent 87bc1ce78a
commit 46cad465bc
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
- name: Macs excluded from external storage restrictions
description: Macs that should NOT receive the read-only external storage DDM profile. Add a host to this manual label to allow read-write external storage on that Mac.
label_membership_type: manual
platform: darwin
hosts: []
hosts:
- "1339" #47980
@@ -1,5 +1,5 @@
- name: Windows hosts excluded from external storage restrictions
description: Windows hosts that should NOT receive the read-only removable storage profile. Add a host to this manual label to allow read-write removable storage on that device.
label_membership_type: manual
platform: windows
hosts: []
hosts:
- "1230" #47980