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)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed May 30, 2024
1 parent c8b0d80 commit 95d04e5
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 95d04e5

Please sign in to comment.