windows-service-rs
windows-service-rs copied to clipboard
Add WRITE_DAC to ServiceAccess enum in service.rs
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
This and more access flags have now been merged as part of #129