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

fix: universal SDDL #7

Merged
merged 3 commits into from May 23, 2022
Merged

fix: universal SDDL #7

merged 3 commits into from May 23, 2022

Conversation

bennjii
Copy link
Member

@bennjii bennjii commented May 23, 2022

Attempt to improve the SDDL which caused issues in clients unable to connect or disconnect the client.
This changes the SDDL string from:

D:AR(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;RPWPDTRC;;;BU)S:AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)

to the revised SDDL:

"D:AR(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;WD)(A;;CCLCSWLOCRRC;;;IU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)\"

The changes being:
(A;;CCLCSWLOCRRC;;;IU)(A;;RPWPDTRC;;;BU)
to
(A;;CCLCSWRPWPDTLOCRRC;;;WD)(A;;CCLCSWLOCRRC;;;IU)

Adding: RPWPDT (Up/Down/Interrupt) in an everyone group, removing the BU or Built-in-users group policy.

This patches issues preventing the windows service from being changed if the use/file lacked certain permissions, based on if the computer had the policies integrated or not / lacked certain permissions / domain set permissions / ....

@bennjii bennjii changed the base branch from master to release May 23, 2022 09:10
@bennjii bennjii merged commit 1151c8f into release May 23, 2022
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

Successfully merging this pull request may close these issues.

None yet

1 participant