Timeline for Is there a way for non-root processes to bind to "privileged" ports on Linux?
Current License: CC BY-SA 4.0
23 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 8 at 9:31 | history | edited | Stefan Steiger | CC BY-SA 4.0 |
deleted 3 characters in body
|
| Jan 13 at 15:18 | comment | added | George |
Best answer for me giving me some good pointers on how to disable privideged ports in Android kernel (AOSP build system). Found the sock.h file and changed the PROT_SOCK to zero
|
|
| Dec 23, 2024 at 16:20 | history | edited | Benjamin Loison | CC BY-SA 4.0 |
Add Bash and C syntax highlighting
|
| Aug 21, 2024 at 10:16 | history | edited | Stefan Steiger | CC BY-SA 4.0 |
added 589 characters in body
|
| Aug 21, 2024 at 10:07 | history | edited | Stefan Steiger | CC BY-SA 4.0 |
added 355 characters in body
|
| S Sep 26, 2023 at 15:04 | history | suggested | Community Bot | CC BY-SA 4.0 |
remove dot (.) from `sysctl -w net.ipv4.ip_unprivileged_port_start=80` command. (typo)
|
| Sep 25, 2023 at 7:00 | review | Suggested edits | |||
| S Sep 26, 2023 at 15:04 | |||||
| Jul 18, 2022 at 12:58 | history | edited | Stefan Steiger | CC BY-SA 4.0 |
added 4 characters in body
|
| Jun 2, 2022 at 11:56 | history | edited | StackzOfZtuff | CC BY-SA 4.0 |
copyedit, formatting
|
| May 11, 2022 at 15:11 | comment | added | dmn |
For running a quick dev server with flask and werkzeug serving content on port 80, authbind is money. Thank you.
|
|
| Apr 4, 2022 at 7:38 | history | edited | Stefan Steiger | CC BY-SA 4.0 |
added 3 characters in body
|
| Nov 5, 2021 at 9:05 | history | edited | Stefan Steiger | CC BY-SA 4.0 |
added 351 characters in body
|
| Nov 1, 2021 at 9:38 | history | edited | Stefan Steiger | CC BY-SA 4.0 |
added 438 characters in body
|
| Nov 19, 2020 at 20:48 | comment | added | Elle Fie |
authbind, works by hacking LD_PRELOAD, which does not work with GoLang webservers (reddit.com/r/golang/comments/cqlpnq/…).
|
|
| Jan 4, 2019 at 7:02 | history | edited | Walery Strauch | CC BY-SA 4.0 |
Fix indention of bullet points
|
| Jun 14, 2018 at 12:29 | comment | added | Jérôme B | Maybe a more secure way to do it is to change the chmod 777 /etc/authbind/byport/80 by chmod 544 /etc/authbind/byport/23 than chown login:group /etc/authbind/byport/23 | |
| S Mar 30, 2018 at 15:10 | history | suggested | aldoWan | CC BY-SA 3.0 |
add bash syntax highlighting
|
| Mar 30, 2018 at 13:36 | review | Suggested edits | |||
| S Mar 30, 2018 at 15:10 | |||||
| Dec 1, 2017 at 14:05 | history | edited | Stefan Steiger | CC BY-SA 3.0 |
added 481 characters in body
|
| Dec 1, 2017 at 14:00 | history | edited | Stefan Steiger | CC BY-SA 3.0 |
added 481 characters in body
|
| Apr 13, 2017 at 12:13 | history | edited | URL Rewriter Bot |
replaced http://serverfault.com/ with https://serverfault.com/
|
|
| Jul 6, 2015 at 14:21 | comment | added | kritzikratzi | modifying the kernel makes future updates much more painful. i wouldn't do this, because i know i would be too lazy to keep updating my kernel regularly. it's nice that it's possible in theory, but it's not a viable option in a lot of circumstances. | |
| Jan 16, 2015 at 17:25 | history | answered | Stefan Steiger | CC BY-SA 3.0 |