Benjamin Reed wrote:
>
>> I hit this problem many years ago and the solution we developed was to
>> create a separate executable that had root privilege. So there was a
>> Java class, a native code .so/.dll and the root executable. When Java
>> opened up an ICMP socket, the native code would for
AMT wrote:
> I hit this problem many years ago and the solution we developed was to
> create a separate executable that had root privilege. So there was a
> Java class, a native code .so/.dll and the root executable. When Java
> opened up an ICMP socket, the native code would fork the executable
I just saw an archived message from Jonathan Sartin regarding root and ICMP
from August of last year.
I hit this problem many years ago and the solution we developed was to create a
separate executable that had root privilege. So there was a Java class, a
native code .so/.dll and the root exec