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

RW only to creater (either windows service or executer) #21

Open
acschristoph opened this issue Jun 15, 2024 · 2 comments
Open

RW only to creater (either windows service or executer) #21

acschristoph opened this issue Jun 15, 2024 · 2 comments

Comments

@acschristoph
Copy link

Hey

I want to set read write access only hwo create my file, in my case its a database, my prog run as windows services so only the windows service account should have access to it. or when running in development just the user how invoke the binary, it would be very kind if you can show me how to setup the ACL, is a little bit unclear to me because there is no really documentation. Would be greate if you can help me out, so that i can use your libary.

thanks

@kirides
Copy link

kirides commented Jun 20, 2024

You'd need to figure out who the current principal (user/account who runs the executable) is.

This StackOverflow post may help: https://stackoverflow.com/a/251267

@Cacsjep
Copy link

Cacsjep commented Jun 21, 2024

Thx

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

3 participants