From 2eac6c17f46cefb13de7d8e3f23f69429fa62b66 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 15 Sep 2008 15:25:48 +0000 Subject: 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. --- bin/OpenSim.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 CompileWithDebugInformation = true ; Allow the use of os* functions (some are dangerous) AllowOSFunctions = false +; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe +OSFunctionThreatLevel = VeryLow ; Interval (s) between background save of script states SaveInterval = 120 ; Interval (s) between maintenance runs (0 = disable) @@ -685,8 +687,6 @@ MaintenanceInterval = 10 EventLimit = 30 ; If a script overruns it's event limit, kill the script? KillTimedOutScripts = false -; Allow OS console command functionality (VERY DANGEROUS!!) -AllowosConsoleCommand = false ; Sets the multiplier for the scripting delays ScriptDelayFactor = 1.0 ; The factor the 10 m distances llimits are multiplied by -- cgit v1.1