jdk/test/java/security/Policy/PolicyProvider/test.policy
author mullan
Tue, 12 May 2015 13:13:06 -0400
changeset 30444 054604aed79c
permissions -rw-r--r--
8075706: Policy implementation does not allow policy.provider to be on the class path Reviewed-by: alanb, mchung
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30444
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     1
grant {
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     2
  permission java.lang.RuntimePermission "createSecurityManager";
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     3
  permission java.lang.RuntimePermission "setSecurityManager";
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     4
  permission java.security.SecurityPermission "setProperty.policy.provider";
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     5
  permission java.security.SecurityPermission "getPolicy";
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     6
  permission java.util.PropertyPermission "user.home", "read";
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     7
  permission java.lang.RuntimePermission "getProtectionDomain";
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     8
  permission java.lang.RuntimePermission "accessClassInPackage.sun.security.provider";
054604aed79c 8075706: Policy implementation does not allow policy.provider to be on the class path
mullan
parents:
diff changeset
     9
};