lz4-java
lz4-java copied to clipboard
Wrap System.load and System.loadLibrary calls with doPrivileged.
trafficstars
In cases where pluggable modules are in use and Java security permissions are applied, such as in OpenSearch, wrapping the System.load and System.loadLibrary calls with AccessController.doPrivileged resolves access control exceptions thrown by plugins that are granted access to load a native library. This PR does that.
This PR is motivated by a feature request to add lz4-java and zstd-jni compressions to OpenSearch. The zstd-jni equivalent of this PR is available here.
Signed-off-by: Mulugeta Mammo [email protected]
@odaira Can you please review/merge?