Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Allow in WDAC Deny Rules from createpolicy #28

Closed
bryan-osisoft opened this issue Dec 8, 2020 · 2 comments
Closed

Unexpected Allow in WDAC Deny Rules from createpolicy #28

bryan-osisoft opened this issue Dec 8, 2020 · 2 comments

Comments

@bryan-osisoft
Copy link

No description provided.

@Wh00T
Copy link

Wh00T commented Jan 22, 2021

Some additional information:
Two Allow rules are part of both Deny policy files:
WDACRules-20210122-0524-Deny-Audit.xml
WDACRules-20210122-0524-Deny-Enforce.xml

<Allow ID="ID_ALLOW_A_1_0" FriendlyName="" FileName="*" />
<Allow ID="ID_ALLOW_A_2_0" FriendlyName="" FileName="*" />

image

But I dont think its a bug as both rules are referenced further down below to block two signing scenarios:

image

@jsuther1974
Copy link
Contributor

This is by design. The policy is "Allow everything except these specific things". Without the Allow * rules, then the policy would implicitly block everything and explicitly block a few things, but allow nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants