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

Read Registry Key ACL #41

Open
theflakes opened this issue Dec 6, 2020 · 1 comment
Open

Read Registry Key ACL #41

theflakes opened this issue Dec 6, 2020 · 1 comment

Comments

@theflakes
Copy link

Is there a way to read the ACL entries attached to a registry key?

@gentoo90
Copy link
Owner

Check out windows-acl crate. Should be something like

use windows_acl::acl::ACL;
let acl = ACL::from_registry_path("CURRENT_USER\\Software", false, true)?;

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

2 participants