* In OpenSim.ini.example, list defaults for AllowOSFunctions and OSFunctionThreatLevel and change existing OpenSim.ini.example settings
parent
c307e0e4a7
commit
951c08933a
|
@ -156,6 +156,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
|
||||||
tarHeader.EntryType = TarEntryType.TYPE_CONTIGUOUS_FILE;
|
tarHeader.EntryType = TarEntryType.TYPE_CONTIGUOUS_FILE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return tarHeader;
|
return tarHeader;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -696,10 +696,13 @@ InterregionComms = "RESTComms"
|
||||||
MaintenanceLoopTicks_Other=10
|
MaintenanceLoopTicks_Other=10
|
||||||
|
|
||||||
; Allow the use of os* functions (some are dangerous)
|
; Allow the use of os* functions (some are dangerous)
|
||||||
AllowOSFunctions = true
|
; Default is false
|
||||||
|
AllowOSFunctions = false
|
||||||
|
|
||||||
; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
|
; Threat level to allow if os functions are enabled
|
||||||
OSFunctionThreatLevel = Low
|
; One of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
|
||||||
|
; Default is VeryLow
|
||||||
|
OSFunctionThreatLevel = VeryLow
|
||||||
|
|
||||||
; Maximum number of items in load/unload queue before we start rejecting loads
|
; Maximum number of items in load/unload queue before we start rejecting loads
|
||||||
; Note that we will only be rejecting load. Unloads will still be able to queue.
|
; Note that we will only be rejecting load. Unloads will still be able to queue.
|
||||||
|
|
Loading…
Reference in New Issue