diff --git a/it-and-security/lib/all/labels/macs-excluded-from-external-storage-restrictions.yml b/it-and-security/lib/all/labels/macs-excluded-from-external-storage-restrictions.yml index f38cba8d33..2acfc506af 100644 --- a/it-and-security/lib/all/labels/macs-excluded-from-external-storage-restrictions.yml +++ b/it-and-security/lib/all/labels/macs-excluded-from-external-storage-restrictions.yml @@ -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 diff --git a/it-and-security/lib/all/labels/windows-excluded-from-external-storage-restrictions.yml b/it-and-security/lib/all/labels/windows-excluded-from-external-storage-restrictions.yml index fc56fe01e7..a0a26a2a74 100644 --- a/it-and-security/lib/all/labels/windows-excluded-from-external-storage-restrictions.yml +++ b/it-and-security/lib/all/labels/windows-excluded-from-external-storage-restrictions.yml @@ -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