Added additional configuration options for MRM Security. See OpenSim.ini.example under the [MRM] section.

This commit is contained in:
Adam Frisby
2009-08-18 00:58:42 +10:00
parent 58d9d6026e
commit 30c4aa55e6
2 changed files with 41 additions and 9 deletions

View File

@@ -1163,10 +1163,28 @@
[MRM]
; Enables the Mini Region Modules Script Engine. WARNING: SECURITY RISK.
; Enables the Mini Region Modules Script Engine.
; default is false
Enabled = false
; Runs MRM in a Security Sandbox
; WARNING: DISABLING IS A SECURITY RISK.
Sandboxed = true
; The level sandbox to use, adjust at your OWN RISK.
; Valid values are:
; * FullTrust
; * SkipVerification
; * Execution
; * Nothing
; * LocalIntranet
; * Internet
; * Everything
SandboxLevel = "Internet"
; Only allow Region Owners to run MRMs
; May represent a security risk if you disable this.
OwnerOnly = true
[Hypergrid]
; Keep it false for now. Making it true requires the use of a special client in order to access inventory