jdk/test/sun/security/provider/PolicyParser/ExtDirs3.policy
author ohair
Tue, 25 May 2010 15:58:33 -0700
changeset 5506 202f599c92aa
parent 2 90ce3da70b43
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
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
};