OSGi security manager now a requirement
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Sep 2015 18:57:29 +0000 (18:57 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Sep 2015 18:57:29 +0000 (18:57 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8375 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/all.policy [new file with mode: 0644]
demo/argeo_node_rap.properties

diff --git a/demo/all.policy b/demo/all.policy
new file mode 100644 (file)
index 0000000..facb613
--- /dev/null
@@ -0,0 +1,3 @@
+grant {
+  permission java.security.AllPermission;
+};
\ No newline at end of file
index b6ced43854d25f98a3ed9a2705a2f3add72566bd..5ea26176484b9b3bda2597c8147614fdba49869e 100644 (file)
@@ -14,6 +14,9 @@ org.eclipse.equinox.http.registry,\
 
 #argeo.node.useradmin.uri=ldap://localhost:10389/
 
+org.osgi.framework.security=osgi
+java.security.policy=file:../../all.policy
+
 # HTTP
 org.osgi.service.http.port=7070
 org.eclipse.equinox.http.jetty.log.stderr.threshold=info