Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/default.permissions')
-rw-r--r--bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/default.permissions25
1 files changed, 25 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/default.permissions b/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/default.permissions
new file mode 100644
index 000000000..c0a8e67d9
--- /dev/null
+++ b/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/default.permissions
@@ -0,0 +1,25 @@
+########################################################################
+# Copyright (c) 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+########################################################################
+
+# Lines beginning with '#' or '//' are comments
+#
+# This file contains the default permissions to be granted
+# to bundles with no specific permission if there are no
+# default permission set. This file must be UTF8 encoded.
+#
+# In this file, FilePermissions with relative names are not
+# 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.security.AllPermission)

Back to the top