Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate permissions (opensearch-project#3690)
### Description Permission: `permission java.util.PropertyPermission "*", "read,write";` was declared twice. Observed here: opensearch-project#3671 I will backport it in my PR. ### Testing [Please provide details of testing done: unit testing, integration testing and manual testing] ### Check List - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Andrey Pleskach <[email protected]>
- Loading branch information