trailofbits / windows-acl

Rust crate to simplify Windows ACL operations
https://blog.trailofbits.com/2018/08/23/introducing-windows-acl-working-with-acls-in-rust/
MIT License
18 stars 7 forks source link

Make utils public #16

Open andrewbanchich opened 3 years ago

andrewbanchich commented 3 years ago

I'd like to use the utils module. Could you make it public please?

woodruffw commented 3 years ago

Thanks for the request. Could you be more precise about which parts of the utils module you'd like to use? If people find specific routines useful, I'd prefer to mark just those as pub rather than commiting to an entire new public API :slightly_smiling_face:

andrewbanchich commented 3 years ago

Sure! Specifically I'd like to access SecurityDescriptor and sid_to_string.

woodruffw commented 3 years ago

Great. I'll take a look at those on Monday.

andrewbanchich commented 3 years ago

Awesome, thank you very much!