Skip to content

Commit

Permalink
Remove org.opensearch.secure_sm.ThreadPermission from plugin manifest…
Browse files Browse the repository at this point in the history
…, this permission should not be granted (#151) (#152)

(cherry picked from commit 95d04e5)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 75c1a2e commit 5b45335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/plugin-metadata/plugin-security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ 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 5b45335

Please sign in to comment.