aboutsummaryrefslogtreecommitdiff
path: root/integration/src/policy/java-eclipse.policy
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src/policy/java-eclipse.policy')
-rw-r--r--integration/src/policy/java-eclipse.policy10
1 files changed, 10 insertions, 0 deletions
diff --git a/integration/src/policy/java-eclipse.policy b/integration/src/policy/java-eclipse.policy
new file mode 100644
index 00000000..9a42e4d1
--- /dev/null
+++ b/integration/src/policy/java-eclipse.policy
@@ -0,0 +1,10 @@
+
+grant {
+
+ // note that java.lang.RuntimePermission createSecurityManager is NOT granted
+
+ permission java.util.PropertyPermission "user.dir", "read";
+ permission java.util.PropertyPermission "*", "read";
+
+ permission java.net.SocketPermission "*", "connect,resolve";
+}; \ No newline at end of file