diff options
author | Melanie Thielker | 2008-09-15 15:25:48 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-15 15:25:48 +0000 |
commit | 2eac6c17f46cefb13de7d8e3f23f69429fa62b66 (patch) | |
tree | 7451e09fb69b0f50e6cfebd8a1eca50ac18558e1 /bin/OpenSim.ini.example | |
parent | reverting r6302 (diff) | |
download | opensim-SC_OLD-2eac6c17f46cefb13de7d8e3f23f69429fa62b66.zip opensim-SC_OLD-2eac6c17f46cefb13de7d8e3f23f69429fa62b66.tar.gz opensim-SC_OLD-2eac6c17f46cefb13de7d8e3f23f69429fa62b66.tar.bz2 opensim-SC_OLD-2eac6c17f46cefb13de7d8e3f23f69429fa62b66.tar.xz |
Add more granularity and a risk asessment system to the OSSL API in XEngine.
Adds the fix from Mantis #2197 in it's new form.
Stage one of the scripting security changes, more to come.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index eda5813..617f10e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -677,6 +677,8 @@ AllowedCompilers = lsl,vb,js,cs | |||
677 | CompileWithDebugInformation = true | 677 | CompileWithDebugInformation = true |
678 | ; Allow the use of os* functions (some are dangerous) | 678 | ; Allow the use of os* functions (some are dangerous) |
679 | AllowOSFunctions = false | 679 | AllowOSFunctions = false |
680 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | ||
681 | OSFunctionThreatLevel = VeryLow | ||
680 | ; Interval (s) between background save of script states | 682 | ; Interval (s) between background save of script states |
681 | SaveInterval = 120 | 683 | SaveInterval = 120 |
682 | ; Interval (s) between maintenance runs (0 = disable) | 684 | ; Interval (s) between maintenance runs (0 = disable) |
@@ -685,8 +687,6 @@ MaintenanceInterval = 10 | |||
685 | EventLimit = 30 | 687 | EventLimit = 30 |
686 | ; If a script overruns it's event limit, kill the script? | 688 | ; If a script overruns it's event limit, kill the script? |
687 | KillTimedOutScripts = false | 689 | KillTimedOutScripts = false |
688 | ; Allow OS console command functionality (VERY DANGEROUS!!) | ||
689 | AllowosConsoleCommand = false | ||
690 | ; Sets the multiplier for the scripting delays | 690 | ; Sets the multiplier for the scripting delays |
691 | ScriptDelayFactor = 1.0 | 691 | ScriptDelayFactor = 1.0 |
692 | ; The factor the 10 m distances llimits are multiplied by | 692 | ; The factor the 10 m distances llimits are multiplied by |