From: Mathieu Baudier Date: Sun, 6 Sep 2015 18:57:29 +0000 (+0000) Subject: OSGi security manager now a requirement X-Git-Tag: argeo-commons-2.1.30~174 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=58530dd38144cda977a4851d7e6924e0c186948c;p=lgpl%2Fargeo-commons.git OSGi security manager now a requirement git-svn-id: https://svn.argeo.org/commons/trunk@8375 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/demo/all.policy b/demo/all.policy new file mode 100644 index 000000000..facb61327 --- /dev/null +++ b/demo/all.policy @@ -0,0 +1,3 @@ +grant { + permission java.security.AllPermission; +}; \ No newline at end of file diff --git a/demo/argeo_node_rap.properties b/demo/argeo_node_rap.properties index b6ced4385..5ea261764 100644 --- a/demo/argeo_node_rap.properties +++ b/demo/argeo_node_rap.properties @@ -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