jdk/test/sun/security/provider/PolicyFile/Alias.policy
author jlaskey
Fri, 20 May 2016 11:41:29 -0300
changeset 38445 0a88d86065f9
parent 25408 27563093d2d2
permissions -rw-r--r--
8156602: javac crashes again on Windows 32-bit with ClosedChannelException Reviewed-by: alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
keystore "file:${test.src}/Alias.keystore";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
    permission java.security.SecurityPermission "getPolicy";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
};
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
grant	codebase "http://alias",
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
	principal "x509test person",
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
	principal "duke",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
	principal com.sun.security.auth.UnixPrincipal "unix" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
    permission java.security.SecurityPermission "ALIAS";
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
};