File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
examples/osgi-helloworld-webapp/functional-test/src/test/resources Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
3- *
4- * This program and the accompanying materials are made available under the
5- * terms of the Eclipse Distribution License v. 1.0, which is available at
6- * http://www.eclipse.org/org/documents/edl-v10.php.
7- *
8- * SPDX-License-Identifier: BSD-3-Clause
9- */
10-
1+ //
2+ // Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
3+ //
4+ // This program and the accompanying materials are made available under the
5+ // terms of the Eclipse Distribution License v. 1.0, which is available at
6+ // http://www.eclipse.org/org/documents/edl-v10.php.
7+ //
8+ // SPDX-License-Identifier: BSD-3-Clause
9+ //
1110allow { [org.osgi.service.condpermadmin.BundleLocationCondition "*System*"] (java.security.AllPermission) } "allToSystem";
1211allow { [org.osgi.service.condpermadmin.BundleLocationCondition "*System*"] (org.osgi.framework.AdminPermission) } "adminToSystem";
1312allow { [org.osgi.service.condpermadmin.BundleLocationCondition "*System*"] (org.osgi.framework.PackagePermission) } "packageToSystem";
You can’t perform that action at this time.
0 commit comments