diff options
author | Melanie Thielker | 2008-09-15 23:50:07 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-15 23:50:07 +0000 |
commit | ae63b2d2caf39fa8db3bb877a8d78f3d394c8f5d (patch) | |
tree | 1dc43ea4c31a3a39181d4b8aab3778dc1323a970 /bin/OpenSim.ini.example | |
parent | Refactor the os functions allowed check into the threat check method (diff) | |
download | opensim-SC_OLD-ae63b2d2caf39fa8db3bb877a8d78f3d394c8f5d.zip opensim-SC_OLD-ae63b2d2caf39fa8db3bb877a8d78f3d394c8f5d.tar.gz opensim-SC_OLD-ae63b2d2caf39fa8db3bb877a8d78f3d394c8f5d.tar.bz2 opensim-SC_OLD-ae63b2d2caf39fa8db3bb877a8d78f3d394c8f5d.tar.xz |
Finish up OSSL enable/disable options in XEngine.
Now each function can be allowed, subject to threat level, disabled,
or restricted to certain UUIDs.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 617f10e..25a233e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -692,6 +692,17 @@ ScriptDelayFactor = 1.0 | |||
692 | ; The factor the 10 m distances llimits are multiplied by | 692 | ; The factor the 10 m distances llimits are multiplied by |
693 | ScriptDistanceLimitFactor = 1.0 | 693 | ScriptDistanceLimitFactor = 1.0 |
694 | 694 | ||
695 | ; OS Functions enable/disable | ||
696 | ; For each function, you can add one line, as shown | ||
697 | |||
698 | ; true is the default for all functions, and allows them if below threat level | ||
699 | ; Allow_osSetRegionWaterHeight = true | ||
700 | |||
701 | ; false disables the function completely | ||
702 | ; Allow_osSetRegionWaterHeight = false | ||
703 | |||
704 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
705 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
695 | 706 | ||
696 | [GridInfo] | 707 | [GridInfo] |
697 | 708 | ||