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:
David Turner 2025-04-04 16:27:17 +01:00 committed by GitHub
parent 52c2d62103
commit 3e35900b07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
grant {
permission java.lang.RuntimePermission "accessDeclaredMembers";
};

View file

@ -0,0 +1,3 @@
grant {
permission java.lang.RuntimePermission "accessDeclaredMembers";
};