aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example15
1 files changed, 9 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 741877e..c07e1ab 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -673,8 +673,11 @@
673 ; AllowLightShareFunctions = false 673 ; AllowLightShareFunctions = false
674 674
675 ;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow 675 ;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow
676 ;; Threat level to allow, one of None, VeryLow, Low, Moderate, High, 676 ;; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
677 ;; VeryHigh, Severe 677 ;; See http://opensimulator.org/wiki/Threat_level for more information on these levels.
678 ;; We do not recommend that use set a general level above Low unless you have a high level of trust
679 ;; in all the users that can run scripts in your simulator. It is safer to explicitly
680 ;; allow certain types of user to run higher threat level OSSL functions, as detailed later on.
678 OSFunctionThreatLevel = VeryLow 681 OSFunctionThreatLevel = VeryLow
679 682
680 ; OS Functions enable/disable 683 ; OS Functions enable/disable
@@ -691,10 +694,10 @@
691 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb 694 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
692 695
693 ; Comma separated list of owner classes that allow the function for a particular class of owners. Choices are 696 ; Comma separated list of owner classes that allow the function for a particular class of owners. Choices are
694 ; - PARCEL_GROUP_MEMBER: allow if objectgroup is the same group as the parcel 697 ; - PARCEL_GROUP_MEMBER: allow if the object group is the same group as the parcel
695 ; - PARCEL_OWNER: allow if the objectowner is parcelowner 698 ; - PARCEL_OWNER: allow if the object owner is the parcel owner
696 ; - ESTATE_MANAGER: allow if the object owner is a estate manager 699 ; - ESTATE_MANAGER: allow if the object owner is an estate manager
697 ; - ESTATE_OWNER: allow if objectowner is estateowner 700 ; - ESTATE_OWNER: allow if the object owner is the estate owner
698 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb, PARCEL_OWNER, ESTATE_OWNER>, ... 701 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb, PARCEL_OWNER, ESTATE_OWNER>, ...
699 702
700 ; You can also use script creators as the uuid 703 ; You can also use script creators as the uuid