I am running my Java code with SecurityManager enabled. The code must load a DLL and invoke methods written in C using JNI. Is there a documentation available describing the permissions needed for native code?
(Didn't find a better JNI-related forum / question was cross-posted in general security forum as there apparently is no dedicated JAAS forum)