diff options
author | Melanie Thielker | 2010-05-30 15:46:54 +0200 |
---|---|---|
committer | Melanie | 2010-05-30 14:42:58 +0100 |
commit | f1a1d7a5211a250aeb4ed540562be0c79f051e4b (patch) | |
tree | d3f61dec6e974dd8397086a4d51b71b5b91bfae2 /bin | |
parent | Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDs (diff) | |
download | opensim-SC_OLD-f1a1d7a5211a250aeb4ed540562be0c79f051e4b.zip opensim-SC_OLD-f1a1d7a5211a250aeb4ed540562be0c79f051e4b.tar.gz opensim-SC_OLD-f1a1d7a5211a250aeb4ed540562be0c79f051e4b.tar.bz2 opensim-SC_OLD-f1a1d7a5211a250aeb4ed540562be0c79f051e4b.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')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7b427a5..2a70e96 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -979,6 +979,12 @@ | |||
979 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | 979 | ; Comma separated list of UUIDS allows the function for that list of UUIDS |
980 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | 980 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb |
981 | 981 | ||
982 | ; You can also use script creators as the uuid | ||
983 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
984 | |||
985 | ; If both Allow_ and Creators_ are given, effective permissions | ||
986 | ; are the union of the two. | ||
987 | |||
982 | ; Allow for llCreateLink and llBreakLink to work without asking for permission | 988 | ; Allow for llCreateLink and llBreakLink to work without asking for permission |
983 | ; only enable this in a trusted environment otherwise you may be subject to hijacking | 989 | ; only enable this in a trusted environment otherwise you may be subject to hijacking |
984 | ; AutomaticLinkPermission = false | 990 | ; AutomaticLinkPermission = false |