mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user