aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-15 15:25:48 +0000
committerMelanie Thielker2008-09-15 15:25:48 +0000
commit2eac6c17f46cefb13de7d8e3f23f69429fa62b66 (patch)
tree7451e09fb69b0f50e6cfebd8a1eca50ac18558e1 /bin
parentreverting r6302 (diff)
downloadopensim-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')
-rw-r--r--bin/OpenSim.ini.example4
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
677CompileWithDebugInformation = true 677CompileWithDebugInformation = true
678; Allow the use of os* functions (some are dangerous) 678; Allow the use of os* functions (some are dangerous)
679AllowOSFunctions = false 679AllowOSFunctions = false
680; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
681OSFunctionThreatLevel = VeryLow
680; Interval (s) between background save of script states 682; Interval (s) between background save of script states
681SaveInterval = 120 683SaveInterval = 120
682; Interval (s) between maintenance runs (0 = disable) 684; Interval (s) between maintenance runs (0 = disable)
@@ -685,8 +687,6 @@ MaintenanceInterval = 10
685EventLimit = 30 687EventLimit = 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?
687KillTimedOutScripts = false 689KillTimedOutScripts = false
688; Allow OS console command functionality (VERY DANGEROUS!!)
689AllowosConsoleCommand = false
690; Sets the multiplier for the scripting delays 690; Sets the multiplier for the scripting delays
691ScriptDelayFactor = 1.0 691ScriptDelayFactor = 1.0
692; The factor the 10 m distances llimits are multiplied by 692; The factor the 10 m distances llimits are multiplied by