jdk/test/javax/security/auth/SubjectDomainCombiner/Regression.policy
author rupashka
Wed, 03 Aug 2011 16:59:23 +0400
changeset 10106 e2f028934e97
parent 2 90ce3da70b43
permissions -rw-r--r--
7072328: Sun URL in the MetalLookAndFeel.getLayoutStyle() specification should be replaced with Oracle one Reviewed-by: peterz
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 javax.security.auth.AuthPermission "modifyPrincipals";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
};
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
grant principal com.sun.security.auth.NTUserPrincipal "test1" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
    permission java.lang.RuntimePermission "createClassLoader";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
};
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
grant principal com.sun.security.auth.NTUserPrincipal "test1",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
      principal com.sun.security.auth.NTUserPrincipal "test2" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
    permission java.lang.RuntimePermission "queuePrintJob";
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
};