Skip to content

Instantly share code, notes, and snippets.

@dnet
Created March 18, 2010 00:15
Show Gist options
  • Save dnet/335901 to your computer and use it in GitHub Desktop.
Save dnet/335901 to your computer and use it in GitHub Desktop.
Java policy file for JDBC lab
grant codeBase "http://rapid.eik.bme.hu/-" {
permission java.net.SocketPermission "rapid.eik.bme.hu:1521", "connect";
permission java.util.PropertyPermission "oracle.jdbc.*", "read";
permission java.util.PropertyPermission "user.name", "read";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment