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

Runs privileged when it shouldn't #117

Open
Ethorbit opened this issue Mar 14, 2024 · 0 comments
Open

Runs privileged when it shouldn't #117

Ethorbit opened this issue Mar 14, 2024 · 0 comments

Comments

@Ethorbit
Copy link

This runs privileged as root user in the container, which poses a security risk for Docker daemon users since root in the container maps to root on the host. Everything this does can and should be done as an unprivileged user.

I addressed this in my fork which also removes the golang wrapper bloat and replaces cron with anacron for persistent backup intervals.

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