Add new comment

Privilegierte Ports für normale Benutzer

Submitted by Erik Wegner on
Body

Unter Linux darf ein normaler Benutzer keinen Netzwerkdienst starten, der einen privilegierten Port verwendet. Darunter fallen alle IP-Ports von 0 bis 1024.

Um es vorübergehen zu erlauben, kann ein Programm mit zusätzlichen Berechtigungen gestartet werden. Ist der Aufruf komplex, kann auch eine Shell als Startpunkt ausgeführt werden:

Shell-Befehl
 sudo -E -- setpriv --inh-caps +net_bind_service --ambient-caps +net_bind_service --reuid $USERNAME /bin/bash

Quelle: https://unix.stackexchange.com/a/554155

About text formats

Activitypub

  • Allowed HTML tags: <a href hreflang> <em> <strong> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.