Go to the source code of this file.
|
enum | OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel {
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.NoAccess = -1,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.None = 0,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.Nuisance = 1,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.VeryLow = 2,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.Low = 3,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.Moderate = 4,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.High = 5,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.VeryHigh = 6,
OpenSim.Region.ScriptEngine.Shared.Api.Interfaces.ThreatLevel.Severe = 7
} |
| To permit region owners to enable the extended scripting functionality of OSSL, without allowing malicious scripts to access potentially troublesome functions, each OSSL function is assigned a threat level, and access to the functions is granted or denied based on a default threshold set in OpenSim.ini (which can be overridden for individual functions on a case-by-case basis) More...
|
|