-
Notifications
You must be signed in to change notification settings - Fork 0
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
Why is AmbientCapabilities=CAP_SYS_ADMIN
required?
#118
Comments
An alternative is to use:
Otherwise, the app which is run by non-root user cannot send notificaton to systemd. |
I'm not very familiar with systemd but the alternative you mention looks less scary? |
Yes, using NotifyAccess is way better |
Maybe you can create a small PR if you checked all is fine with this setup? |
Looking at the man page I think it might be necessary to add the |
This pretty much gives quarkus superuser privileges and is unacceptable for services reachable via the network
The text was updated successfully, but these errors were encountered: