jdk/test/sun/security/provider/PolicyParser/ExtDirs.policy
author jlaskey
Fri, 20 May 2016 11:41:29 -0300
changeset 38445 0a88d86065f9
parent 2 90ce3da70b43
permissions -rw-r--r--
8156602: javac crashes again on Windows 32-bit with ClosedChannelException Reviewed-by: alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
grant codebase "${java.ext.dirs}" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
    permission java.util.PropertyPermission "user.name", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
    permission java.util.PropertyPermission "user.home", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
};