From 92d1f8dbfc3427e583dfb717f899473dd10811ab Mon Sep 17 00:00:00 2001 From: "raman%netscape.com" Date: Sat, 19 Sep 1998 01:25:05 +0000 Subject: [PATCH] Added AllJavaPermission target to give complete access to all permissions in Javasoft's JVM git-svn-id: svn://10.0.0.236/trunk@10461 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/allxpstr.h | 11 +++++++++++ mozilla/include/allxpstr.rc | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/mozilla/include/allxpstr.h b/mozilla/include/allxpstr.h index 390a399e574..1ff0092dee9 100644 --- a/mozilla/include/allxpstr.h +++ b/mozilla/include/allxpstr.h @@ -9113,6 +9113,17 @@ of access. It should be granted by system administrators only.") ResDef(CAPS_TARGET_URL_SILENTINSTALL, (CAPS_MSG_BASE + 201), "\ #SilentInstall") +ResDef(CAPS_TARGET_DESC_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 202), "\ +Complete access to your computer for java programs") + +ResDef(CAPS_TARGET_DETAIL_DESC_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 203), "\ +Complete access required by java programs to your computer, such as Java \ +Virtual machine reading, writing, deleting information from your disk, \ +and to send receive and send information to any computer on the Internet.") + +ResDef(CAPS_TARGET_URL_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 204), "\ +#AllJavaPermission") + /* The following messages are for Software Update */ #define SU_MSG_BASE XP_MSG_BASE + 4000 diff --git a/mozilla/include/allxpstr.rc b/mozilla/include/allxpstr.rc index 390a399e574..1ff0092dee9 100644 --- a/mozilla/include/allxpstr.rc +++ b/mozilla/include/allxpstr.rc @@ -9113,6 +9113,17 @@ of access. It should be granted by system administrators only.") ResDef(CAPS_TARGET_URL_SILENTINSTALL, (CAPS_MSG_BASE + 201), "\ #SilentInstall") +ResDef(CAPS_TARGET_DESC_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 202), "\ +Complete access to your computer for java programs") + +ResDef(CAPS_TARGET_DETAIL_DESC_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 203), "\ +Complete access required by java programs to your computer, such as Java \ +Virtual machine reading, writing, deleting information from your disk, \ +and to send receive and send information to any computer on the Internet.") + +ResDef(CAPS_TARGET_URL_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 204), "\ +#AllJavaPermission") + /* The following messages are for Software Update */ #define SU_MSG_BASE XP_MSG_BASE + 4000