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:
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user