jdk/test/sun/security/provider/PolicyFile/Utf8.policy
author lana
Thu, 10 Jun 2010 18:58:31 -0700
changeset 5753 e0ee3917e318
parent 2 90ce3da70b43
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
    permission java.util.PropertyPermission "user.name", "read"; 
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
};