Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Removable Storage Access Control Samples/Groups - xml.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<PolicyGroups>
<Group Id="{9b28fae8-72f7-4267-a1a5-685f747a7146}">
<MatchType>MatchAny</MatchType>
<DescriptorIdList>
<PrimaryId>RemovableMediaDevices</PrimaryId>
<PrimaryId>CdRomDevices</PrimaryId>
</DescriptorIdList>
</Group>
<Group Id="{65fa649a-a111-4912-9294-fb6337a25038}">
<MatchType>MatchAny</MatchType>
<DescriptorIdList>
<FriendlyNameId>Generic Flash Disk USB Device</FriendlyNameId>
<VID_PID>0781_</VID_PID>
<InstancePathId>USBSTOR\DISK&amp;VEN__USB&amp;PROD__SANDISK_3.2GEN1&amp;REV_1.00\03003324080520232521&amp;0</InstancePathId>
</DescriptorIdList>
</Group>
</PolicyGroups>
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<PolicyRules>
<PolicyRule Id="{c544a991-5786-4402-949e-a032cb790d0e}">
<Name>Block Write and Execute Access but allow approved USBs</Name>
<IncludedIdList>
<GroupId>{9b28fae8-72f7-4267-a1a5-685f747a7146}</GroupId>
</IncludedIdList>
<ExcludedIdList>
<GroupId>{65fa649a-a111-4912-9294-fb6337a25038}</GroupId>
</ExcludedIdList>
<Entry Id="{f8ddbbc5-8855-4776-a9f4-ee58c3a21414}">
<Type>Deny</Type>
<Options>0</Options>
<AccessMask>6</AccessMask>
</Entry>
<Entry Id="{07e22eac-8b01-4778-a567-a8fa6ce18a0c}">
<Type>AuditDenied</Type>
<Options>3</Options>
<AccessMask>6</AccessMask>
</Entry>
</PolicyRule>
<PolicyRule Id="{36ae1037-a639-4cff-946b-b36c53089a4c}">
<Name> Audit Write and Execute access to allowed USBs</Name>
<IncludedIdList>
<GroupId>{65fa649a-a111-4912-9294-fb6337a25038}</GroupId>
</IncludedIdList>
<ExcludedIdList> </ExcludedIdList>
<Entry Id="{4a17df0b-d89d-430b-9cbe-8e0721192281}">
<Type>AuditAllowed</Type>
<Options>3</Options>
<AccessMask>6</AccessMask>
</Entry>
</PolicyRule>
</PolicyRules>
1 change: 1 addition & 0 deletions removablestorage
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@