aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2010-05-30 15:46:54 +0200
committerMelanie Thielker2010-05-30 15:46:54 +0200
commit890f3cc54cc57883a110b372530bf2a7d5b37fff (patch)
tree8e3cb4c1a7710405df561c7b3b3fcf9cc7e4f9fa /bin/OpenSim.ini.example
parentChanges OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDs (diff)
downloadopensim-SC_OLD-890f3cc54cc57883a110b372530bf2a7d5b37fff.zip
opensim-SC_OLD-890f3cc54cc57883a110b372530bf2a7d5b37fff.tar.gz
opensim-SC_OLD-890f3cc54cc57883a110b372530bf2a7d5b37fff.tar.bz2
opensim-SC_OLD-890f3cc54cc57883a110b372530bf2a7d5b37fff.tar.xz
Changes osFunction permissions again. Allow_ with a list of UUIDs now again
refers to prim OWNERS. A new option set, Creators_, is added to allow selection by script creator. For existing installs, this means no functional change. The warning from my prior commit doesn't apply anymore.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e67c8bd..0142a0d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -985,6 +985,12 @@
985 ; Comma separated list of UUIDS allows the function for that list of UUIDS 985 ; Comma separated list of UUIDS allows the function for that list of UUIDS
986 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb 986 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
987 987
988 ; You can also use script creators as the uuid
989 ; Creators_osSetRegionWaterHeight = <uuid>, ...
990
991 ; If both Allow_ and Creators_ are given, effective permissions
992 ; are the union of the two.
993
988 ; Allow for llCreateLink and llBreakLink to work without asking for permission 994 ; Allow for llCreateLink and llBreakLink to work without asking for permission
989 ; only enable this in a trusted environment otherwise you may be subject to hijacking 995 ; only enable this in a trusted environment otherwise you may be subject to hijacking
990 ; AutomaticLinkPermission = false 996 ; AutomaticLinkPermission = false