Skip to content

Commit

Permalink
adds management permission (control) in security policy file (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
  • Loading branch information
eirsep authored Apr 15, 2022
1 parent 190cf91 commit 71d1877
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pa_config/opensearch_security.policy
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
grant {
permission java.lang.management.ManagementPermission "control";
};

grant codebase "file:${java.home}/../lib/tools.jar" {
permission java.security.AllPermission;
};
Expand Down

0 comments on commit 71d1877

Please sign in to comment.