On 01/16/2015 04:19 PM, Jason Greene wrote:
...
[snip helpful example rules]
B. Using setcap to grant perms for java to bind lower ports:
FWIW, this would open things up for Java in general, so while it should
perform better, it'll also be a little more risky, which may or may not
be a concern.
If you get an error about libjli.so, you will need to add it to an ld
config:
sudo echo $JAVA_HOME/jre/lib/amd64/jli/libjli.so > /etc/ld.so.conf.d/libjli.conf
sudo ldconfig | grep libjli
This should return:
libjli.so -> libjli.so
Good to know!
-den