diff options
author | Justin Clark-Casey (justincc) | 2011-09-30 23:55:02 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-30 23:55:02 +0100 |
commit | 844b4f3a168a5fb1c19902e1f230f24d677c152f (patch) | |
tree | 40aa9ac212ca97ca7769cd4445997b6ff6be524d /bin/OpenSim.ini.example | |
parent | remove unused postgresql dll (diff) | |
download | opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.zip opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.tar.gz opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.tar.bz2 opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.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.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ce86d56..c3d3216 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -600,6 +600,25 @@ | |||
600 | ;; VeryHigh, Severe | 600 | ;; VeryHigh, Severe |
601 | OSFunctionThreatLevel = VeryLow | 601 | OSFunctionThreatLevel = VeryLow |
602 | 602 | ||
603 | ; OS Functions enable/disable | ||
604 | ; For each function, you can add one line, as shown | ||
605 | ; The default for all functions allows them if below threat level | ||
606 | |||
607 | ; true allows the use of the function unconditionally | ||
608 | ; Allow_osSetRegionWaterHeight = true | ||
609 | |||
610 | ; false disables the function completely | ||
611 | ; Allow_osSetRegionWaterHeight = false | ||
612 | |||
613 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
614 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
615 | |||
616 | ; You can also use script creators as the uuid | ||
617 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
618 | |||
619 | ; If both Allow_ and Creators_ are given, effective permissions | ||
620 | ; are the union of the two. | ||
621 | |||
603 | ;; Time a script can spend in an event handler before it is interrupted | 622 | ;; Time a script can spend in an event handler before it is interrupted |
604 | ; EventLimit = 30 | 623 | ; EventLimit = 30 |
605 | 624 | ||