clarified WDAC evaluation of COM objects with multipolicy

This commit is contained in:
Jordan Geurten 2022-12-16 14:32:08 -05:00
parent 8695f6307f
commit 6ad42996ce

View File

@ -70,6 +70,10 @@ One attribute:
- The setting needs to be placed in the order of ASCII values (first by Provider, then Key, then ValueName) - The setting needs to be placed in the order of ASCII values (first by Provider, then Key, then ValueName)
### Multiple policy considerations
Similar to executable files, COM objects must pass each policy on the system to be allowed by WDAC. For example, if the COM object under evaluation passes most but not all of your WDAC policies, the COM object will not be allowed. If you are using a combination of base and supplemental policies, the COM object just needs to be allowlisted in either the base policy or one of the supplemental policies.
### Examples ### Examples
Example 1: Allows registration of all COM object GUIDs in any provider Example 1: Allows registration of all COM object GUIDs in any provider