I’m fairly sure that to host serversockets under 1024 on linux, you need root access. Now that’s not really a problem, because I have the password, but I don’t really want to run that app with root-access after the moment the serversocket is bound.
Can I somehow switch the user of a running process from the commandline interface?
I googled it, but I might be searching with the wrong terms, or searching in the wrong direction.
Anybody got experience with ‘securing’ a java (web)server, to ‘drop its privileges’ ?
