jdk/test/java/security/ProtectionDomain/Recursion.policy
author rupashka
Mon, 17 May 2010 17:23:18 +0400
changeset 5581 9c2282c6f080
parent 2 90ce3da70b43
permissions -rw-r--r--
6938481: 4906607 is not fixed for NIMBUS L&F Reviewed-by: alexp
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.security.SecurityPermission "getPolicy";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
    permission java.lang.RuntimePermission "createSecurityManager";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
    permission java.lang.RuntimePermission "setSecurityManager";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
    permission java.util.PropertyPermission "merged.foo", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
};