BAEL-3732: Move core-java-security-manager into core-java-security (#8460)

* BAEL-3732: Move core-java-security-manager into core-java-security

* BAEL-3732: Teardown the security manager to not interfere with other tests
This commit is contained in:
kwoyke
2020-01-03 07:59:33 +01:00
committed by Grzegorz Piwowarek
parent 8c77986e6a
commit 04a571ea02
10 changed files with 44 additions and 58 deletions

View File

@@ -0,0 +1,5 @@
grant {
// This is for testing purposes only.
// It allows us to properly reset the security manager after the unit test completes.
permission java.lang.RuntimePermission "setSecurityManager";
};