On 10/5/07, Alex Karasulu <[EMAIL PROTECTED]> wrote: > > I like this tactic here. Is there some way to give a non-root user the > ability to > bind to ports below 1024 on UNIX? I looked for this once before but never > found > a way.
Sorry, we keep crossing posts! The only way is via a setuid call after opening the ports as root, and we can't do that in Java so this comes from my bag of security tricks for Java apps on Linux. Chris Alex >
