mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Add missing test security policies (#126309)
Relates #126274 Closes #126301 Closes #126302 Closes #126303 Closes #126304 Closes #126305 Closes #126306
This commit is contained in:
parent
52c2d62103
commit
3e35900b07
2 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
grant {
|
||||
permission java.lang.RuntimePermission "accessDeclaredMembers";
|
||||
};
|
|
@ -0,0 +1,3 @@
|
|||
grant {
|
||||
permission java.lang.RuntimePermission "accessDeclaredMembers";
|
||||
};
|
Loading…
Add table
Reference in a new issue