jdk/test/com/sun/security/auth/login/ConfigFile/InnerClassConfig.policy
author weijun
Wed, 23 Apr 2008 08:10:28 +0800
changeset 483 d6cea43f48b6
parent 2 90ce3da70b43
permissions -rw-r--r--
6689000: Changes in 6675606 causing regression test failures on windows-i586 Summary: Accept illegal URLs like file:c:/root/x.conf and file:this/that/x.conf Reviewed-by: alanb, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
// grant javatest and jtreg AllPermission
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
grant codebase "file:/usr/local/java/-" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
    permission java.security.AllPermission;
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
};
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
    permission javax.security.auth.AuthPermission "getLoginConfiguration";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
};