-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Ability to set permissions in the Windows Registry #48832
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
Conversation
When checking for aces you always got the non-inherited aces Now it shows both types
|
A change like this is going to need some test coverage. |
It was there in the docs, just missing from the code
|
@rallytime I am writing tests. Hence the WIP |
rallytime
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
LGTM. Thank you for writing tests and I love it when we can consolidate code like this. Well done.
I'd like someone more familiar with Windows, like @dwoz to review this, but from my perspective this looks good.
dwoz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice, approved.
What does this PR do?
Adds ability to modify the DACL to the
win_regmodule.Moves some shared functions to the
win_daclsalt util.Fixes documentation formatting and spelling
Fixes an issue with resetting inherited and non inherited permissions
What issues does this PR fix or reference?
#44126
Previous Behavior
Remove this section if not relevant
New Behavior
Remove this section if not relevant
Tests written?
Yes/No
Commits signed with GPG?
Yes