From 951c08933aa290b0cf64d924b6b2a7a92a66a6fa Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 30 Jan 2009 21:04:23 +0000 Subject: * In OpenSim.ini.example, list defaults for AllowOSFunctions and OSFunctionThreatLevel and change existing OpenSim.ini.example settings --- bin/OpenSim.ini.example | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7fe7e09..f1f8f8b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -696,10 +696,13 @@ InterregionComms = "RESTComms" MaintenanceLoopTicks_Other=10 ; 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 - OSFunctionThreatLevel = Low + ; Threat level to allow if os functions are enabled + ; 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 ; Note that we will only be rejecting load. Unloads will still be able to queue. @@ -977,4 +980,4 @@ InterregionComms = "RESTComms" ; to format substitution: ; {0} is replaced with the region's name ; {1} is replaced with the region's UUID - broker = "http://broker.place.com/{1}" \ No newline at end of file + broker = "http://broker.place.com/{1}" -- cgit v1.1