You can use "authbind":
http://manpages.ubuntu.com/manpages/oneiric/en/man1/authbind.1.html

Or, alternatively, you can use iptables and redirect the port:

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port
8080

Not sure if one of those solutions is adequate for your needs.

In any case, I'm marking this bug as "invalid". Thanks.

** Changed in: apparmor (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/794026

Title:
  bind to port less than 1024 by non-root user

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to