windows-service-rs icon indicating copy to clipboard operation
windows-service-rs copied to clipboard

Add WRITE_DAC to ServiceAccess enum in service.rs

Open codesavvysoftware opened this issue 11 months ago • 1 comments

Need this for a call to change a DACL where admins only have WRITE_DAC access.


This change is Reviewable

codesavvysoftware avatar Mar 15 '24 16:03 codesavvysoftware

I think some other standard access rights are also missing, like READ_CONTROL for QueryServiceObjectSecurity, also generic access rights?

https://learn.microsoft.com/en-us/windows/win32/services/service-security-and-access-rights#access-rights-for-a-service

Legend-Master avatar Apr 29 '24 04:04 Legend-Master

This and more access flags have now been merged as part of #129

faern avatar May 11 '24 07:05 faern