jdk/test/javax/security/auth/login/Configuration/GetInstanceSecurity.grantedPolicy
author valeriep
Thu, 10 Jul 2014 22:44:58 +0000
changeset 25408 27563093d2d2
parent 2 90ce3da70b43
permissions -rw-r--r--
8043406: Change default policy for JCE providers to run with as few privileges as possible Summary: Provide default permissions for crypto providers Reviewed-by: mullan, vinnie
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 "test.src", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
    permission java.io.FilePermission "${test.src}${/}*", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
    permission javax.security.auth.AuthPermission
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
		"createLoginConfiguration.JavaLoginConfig";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
};