aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/OpenSimLibrary
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-23 02:05:51 +0100
committerJustin Clark-Casey (justincc)2011-07-23 02:05:51 +0100
commitfcaa4f601231a6feb7fd5ea40e35fba6220c6235 (patch)
tree003517e08cd61bccc1263ab992d09c576aa25ab4 /bin/inventory/OpenSimLibrary
parentDon't load current/next/everyone/base permissions from the library item xml f... (diff)
downloadopensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.zip
opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.gz
opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.bz2
opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.xz
Revert "Don't load current/next/everyone/base permissions from the library item xml files - always use PermissionMask.All instead (which was the existing default)."
There actually are uses for this. I will correct the perms instead since some entries appear to be wrong. This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
Diffstat (limited to 'bin/inventory/OpenSimLibrary')
-rw-r--r--bin/inventory/OpenSimLibrary/OpenSimLibrary.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml b/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml
index bef59d8..7eb8de3 100644
--- a/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml
+++ b/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml
@@ -10,6 +10,10 @@
10 <Key Name="name" Value="Example Library Item" /> 10 <Key Name="name" Value="Example Library Item" />
11 <Key Name="assetType" Value="7" /> 11 <Key Name="assetType" Value="7" />
12 <Key Name="inventoryType" Value="7" /> 12 <Key Name="inventoryType" Value="7" />
13 <Key Name="currentPermissions" Value="2147483647" />
14 <Key Name="nextPermissions" Value="2147483647" />
15 <Key Name="everyonePermissions" Value="2147483647" />
16 <Key Name="basePermissions" Value="2147483647" />
13 </Section> 17 </Section>
14--> 18-->
15 19