-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Allow non-root users in OCI to listen to low port numbers #1704
Comments
Yeah, I think that'd be fine for OCI containers. Should be rather easy to set through |
@gwenya do you want to do it yourself? Should be a rather trivial change to |
I'll try, yeah |
I'm also adding ping capabilities via |
Yeah, that's fine. |
Fixed by #1706 |
In docker it is possible since some time ago for non-root users to listen to service ports, which is generally considered to be safe and makes sense for application containers (see moby/moby#41030).
Would it make sense for Incus to also set
net.ipv4.ip_unprivileged_port_start
to0
in OCI containers by default?The text was updated successfully, but these errors were encountered: