mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8210692: The "com.sun.awt.SecurityWarning" class can be dropped
Reviewed-by: prr, mullan, mchung
This commit is contained in:
parent
38660e9460
commit
00e4c5b778
10 changed files with 8 additions and 456 deletions
|
@ -140,10 +140,6 @@ grant codeBase "jrt:/jdk.crypto.cryptoki" {
|
|||
permission java.io.FilePermission "<<ALL FILES>>", "read";
|
||||
};
|
||||
|
||||
grant codeBase "jrt:/jdk.desktop" {
|
||||
permission java.lang.RuntimePermission "accessClassInPackage.com.sun.awt";
|
||||
};
|
||||
|
||||
grant codeBase "jrt:/jdk.dynalink" {
|
||||
permission java.security.AllPermission;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue