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

Permission issues #7

Open
jonjonw opened this issue Sep 29, 2018 · 0 comments
Open

Permission issues #7

jonjonw opened this issue Sep 29, 2018 · 0 comments

Comments

@jonjonw
Copy link

jonjonw commented Sep 29, 2018

The ip-unrooted.sh and the config file get created with write permissions for the openvpn user.

I would recommend changing the user/group/permissions from:
-rwx------ 1 openvpn openvpn ip-unrooted.sh
-rw------- 1 openvpn openvpn vpn-unrooted.conf

to:
-rwxr-x--- 1 root openvpn ip-unrooted.sh
-rw-r----- 1 root openvpn piagate.conf

So the openvpn user isn't able to alter the script and config.

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

1 participant