generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #318 from lahodaj/jep-486
Disable SecurityManager
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/platform/o.n.bootstrap/launcher/unix/nbexec b/platform/o.n.bootstrap/launcher/unix/nbexec | ||
index 1d6ad6e530..228b37cbe2 100755 | ||
--- a/platform/o.n.bootstrap/launcher/unix/nbexec | ||
+++ b/platform/o.n.bootstrap/launcher/unix/nbexec | ||
@@ -192,7 +192,7 @@ fi | ||
# rename old heap dump to .old | ||
mv "${userdir}/var/log/heapdump.hprof" "${userdir}/var/log/heapdump.hprof.old" > /dev/null 2>&1 | ||
|
||
-jargs_without_clusters="$jargs -Djava.security.manager=allow" | ||
+jargs_without_clusters="$jargs" | ||
jargs="-Dnetbeans.dirs=\"${clusters}\" $jargs_without_clusters" | ||
|
||
if [ -z "$cachedirspecified" ]; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters