mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8210469: Missing doPriviledged block and permission for jdk.zipfs module
Reviewed-by: alanb, clanger, mchung, jjg
This commit is contained in:
parent
777ad9080e
commit
0b4e08a4bc
4 changed files with 110 additions and 1 deletions
|
@ -201,6 +201,7 @@ grant codeBase "jrt:/jdk.zipfs" {
|
|||
permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete";
|
||||
permission java.lang.RuntimePermission "fileSystemProvider";
|
||||
permission java.util.PropertyPermission "os.name", "read";
|
||||
permission java.util.PropertyPermission "user.dir", "read";
|
||||
};
|
||||
|
||||
// permissions needed by applications using java.desktop module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue