mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8159526: Deprivilege jdk.httpserver
Reviewed-by: chegar, alanb, michaelm, mchung
This commit is contained in:
parent
b98d0bda76
commit
02ba926da2
2 changed files with 5 additions and 1 deletions
|
@ -142,6 +142,10 @@ grant codeBase "jrt:/jdk.dynalink" {
|
|||
permission java.security.AllPermission;
|
||||
};
|
||||
|
||||
grant codeBase "jrt:/jdk.httpserver" {
|
||||
permission java.security.AllPermission;
|
||||
};
|
||||
|
||||
grant codeBase "jrt:/jdk.internal.le" {
|
||||
permission java.security.AllPermission;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue