aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-30 23:55:02 +0100
committerJustin Clark-Casey (justincc)2011-10-07 20:27:57 +0100
commit549fdc8b1128cf9ca17d700d37f62c449ffc851e (patch)
tree27ae7f7bd47efe7ef6573f8ad507cec5b69fd4ef /bin/OpenSim.ini.example
parentremove unused postgresql dll (diff)
downloadopensim-SC_OLD-549fdc8b1128cf9ca17d700d37f62c449ffc851e.zip
opensim-SC_OLD-549fdc8b1128cf9ca17d700d37f62c449ffc851e.tar.gz
opensim-SC_OLD-549fdc8b1128cf9ca17d700d37f62c449ffc851e.tar.bz2
opensim-SC_OLD-549fdc8b1128cf9ca17d700d37f62c449ffc851e.tar.xz
copy config information on allow/disallow individual os functions into OpenSim.ini.example
I this is generally useful rather than a 'default' setting
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example19
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 57a2e06..4b1f5a7 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -595,6 +595,25 @@
595 ;; VeryHigh, Severe 595 ;; VeryHigh, Severe
596 OSFunctionThreatLevel = VeryLow 596 OSFunctionThreatLevel = VeryLow
597 597
598 ; OS Functions enable/disable
599 ; For each function, you can add one line, as shown
600 ; The default for all functions allows them if below threat level
601
602 ; true allows the use of the function unconditionally
603 ; Allow_osSetRegionWaterHeight = true
604
605 ; false disables the function completely
606 ; Allow_osSetRegionWaterHeight = false
607
608 ; Comma separated list of UUIDS allows the function for that list of UUIDS
609 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
610
611 ; You can also use script creators as the uuid
612 ; Creators_osSetRegionWaterHeight = <uuid>, ...
613
614 ; If both Allow_ and Creators_ are given, effective permissions
615 ; are the union of the two.
616
598 ;; Time a script can spend in an event handler before it is interrupted 617 ;; Time a script can spend in an event handler before it is interrupted
599 ; EventLimit = 30 618 ; EventLimit = 30
600 619