All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.osgi.internal.permadmin.implied.permissions Maven / Gradle / Ivy

Go to download

AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of AspectJ runtime.

There is a newer version: 1.9.22.1
Show newest version
########################################################################
# Copyright (c) 2003, 2010 IBM Corporation and others.
#
# This program and the accompanying materials 
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# 
# Contributors:
#     IBM Corporation - initial API and implementation
########################################################################

# Lines beginning with '#' or '//' are comments
#
# This file contains the implied permissions to be granted
# to all bundles. This file must be UTF8 encoded.
#
# In this file, FilePermissions with relative names are
# mapped to an individual bundle's data directory.
#
# The permissions are listed one per
# line in PermissionInfo encoded format.
# See org.osgi.service.permissionadmin.PermissionInfo

(java.util.PropertyPermission "java.vendor" "read")
(java.util.PropertyPermission "java.specification.version" "read")
(java.util.PropertyPermission "line.separator" "read")
(java.util.PropertyPermission "java.class.version" "read")
(java.util.PropertyPermission "java.specification.name" "read")
(java.util.PropertyPermission "java.vendor.url" "read")
(java.util.PropertyPermission "java.vm.version" "read")
(java.util.PropertyPermission "os.name" "read")
(java.util.PropertyPermission "os.arch" "read")
(java.util.PropertyPermission "os.version" "read")
(java.util.PropertyPermission "java.version" "read")
(java.util.PropertyPermission "java.vm.specification.version" "read")
(java.util.PropertyPermission "java.vm.specification.name" "read")
(java.util.PropertyPermission "java.specification.vendor" "read")
(java.util.PropertyPermission "java.vm.vendor" "read")
(java.util.PropertyPermission "file.separator" "read")
(java.util.PropertyPermission "path.separator" "read")
(java.util.PropertyPermission "java.vm.name" "read")
(java.util.PropertyPermission "java.vm.specification.vendor" "read")
(java.util.PropertyPermission "org.osgi.framework.*" "read")
(java.io.FilePermission "" "read")
(java.io.FilePermission "-" "read,write,delete")

# All bundles are allowed to import any java.* package
(org.osgi.framework.PackagePermission "java.*" "import")
# Added for OSGi R4.3
(org.osgi.framework.CapabilityPermission "osgi.ee" "require")
# Added for OSGi R6
(org.osgi.framework.CapabilityPermission "osgi.native" "require")
# Added for OSGi R8
(org.osgi.framework.ServicePermission "org.osgi.service.condition.Condition" "get")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy