Cannot Expose Privileged Port #20932
ShadowM0nkey
started this conversation in
General
Replies: 2 comments 4 replies
-
What check are you talking about? Podman doesn't decide which ports are privileged that kernel does. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes this is a kernel issue, and a distribution issue. There is a sysctl that can be set to modify the start of the privilege ports, you can set them as low as port 0, I believe to give you the same affect. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen numerous posts on getting around this issue however my understanding is MacOS (& Windows?) have eliminated privileged ports altogether (https://developer.apple.com/forums/thread/674179) since Mojave.
There's an arguable stance on why privileged ports are an outdated setting to begin with:
https://ar.al/2022/08/30/dear-linux-privileged-ports-must-die/#:~:text=Privileged%20ports%20lead%20to%20dangerous,apparently%20even%20cause%20climate%20change.
So is Podman's check necessary? Especially in the case of MacOS?
Beta Was this translation helpful? Give feedback.
All reactions