jdk/test/sun/security/provider/PolicyFile/CombinedPerms.policy
author lana
Thu, 10 Jun 2010 18:58:31 -0700
changeset 5753 e0ee3917e318
parent 2 90ce3da70b43
child 32932 9250ad475b43
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
grant codebase "file:/home/duke" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
    permission java.net.SocketPermission "localhost", "accept";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
};