Skip to content

Commit

Permalink
Grant qat-java a permission to modify arbitrary thread.
Browse files Browse the repository at this point in the history
Signed-off-by: Ubuntu <ubuntu@ip-172-31-60-200.us-west-2.compute.internal>
Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com>
  • Loading branch information
Ubuntu authored and mulugetam committed Jan 9, 2025
1 parent 3fe4ae3 commit 7295dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/plugin-metadata/plugin-security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ grant codeBase "${codebase.zstd-jni}" {

grant codeBase "${codebase.qat-java}" {
permission java.lang.RuntimePermission "loadLibrary.*";
permission org.opensearch.secure_sm.ThreadPermission "modifyArbitraryThread";
};

0 comments on commit 7295dae

Please sign in to comment.