mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Added additional configuration options for MRM Security. See OpenSim.ini.example under the [MRM] section.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user