diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 97 |
1 files changed, 49 insertions, 48 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0a66523..5460910 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -227,54 +227,6 @@ | |||
227 | ;physics = BulletSim | 227 | ;physics = BulletSim |
228 | 228 | ||
229 | ; ## | 229 | ; ## |
230 | ; ## PERMISSIONS | ||
231 | ; ## | ||
232 | |||
233 | ;permissionmodules = "DefaultPermissionsModule" | ||
234 | |||
235 | ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy | ||
236 | ; any item, etc. This may not yet be implemented uniformally. | ||
237 | ; If set to true, then all permissions checks are carried out | ||
238 | ; Default is true | ||
239 | serverside_object_permissions = true | ||
240 | |||
241 | allow_grid_gods = false | ||
242 | |||
243 | ; This allows somne control over permissions | ||
244 | ; please note that this still doesn't duplicate SL, and is not intended to | ||
245 | ;region_owner_is_god = true | ||
246 | ;region_manager_is_god = false | ||
247 | ;parcel_owner_is_god = true | ||
248 | |||
249 | ; Control user types that are allowed to create new scripts | ||
250 | ; Only enforced if serviceside_object_permissions is true | ||
251 | ; | ||
252 | ; Current possible values are | ||
253 | ; all - anyone can create scripts (subject to normal permissions) | ||
254 | ; gods - only administrators can create scripts (as long as allow_grid_gods is true) | ||
255 | ; Default value is all | ||
256 | ; allowed_script_creators = all | ||
257 | |||
258 | ; Control user types that are allowed to edit (save) scripts | ||
259 | ; Only enforced if serviceside_object_permissions is true | ||
260 | ; | ||
261 | ; Current possible values are | ||
262 | ; all - anyone can edit scripts (subject to normal permissions) | ||
263 | ; gods - only administrators can edit scripts (as long as allow_grid_gods is true) | ||
264 | ; Default value is all | ||
265 | ; allowed_script_editors = all | ||
266 | |||
267 | ; Provides a simple control for land owners to give build rights to specific avatars | ||
268 | ; in publicly accessible parcels that disallow object creation in general. | ||
269 | ; Owners specific avatars by adding them to the Access List of the parcel | ||
270 | ; without having to use the Groups feature | ||
271 | ; Disabled by default | ||
272 | ; simple_build_permissions = False | ||
273 | |||
274 | ; Minimum user level required to upload assets | ||
275 | ;LevelUpload = 0 | ||
276 | |||
277 | ; ## | ||
278 | ; ## SCRIPT ENGINE | 230 | ; ## SCRIPT ENGINE |
279 | ; ## | 231 | ; ## |
280 | 232 | ||
@@ -340,6 +292,55 @@ | |||
340 | ; Use terrain texture for maptiles if true, use shaded green if false | 292 | ; Use terrain texture for maptiles if true, use shaded green if false |
341 | TextureOnMapTile = true | 293 | TextureOnMapTile = true |
342 | 294 | ||
295 | [Permissions] | ||
296 | ; ## | ||
297 | ; ## PERMISSIONS | ||
298 | ; ## | ||
299 | |||
300 | ;permissionmodules = "DefaultPermissionsModule" | ||
301 | |||
302 | ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy | ||
303 | ; any item, etc. This may not yet be implemented uniformally. | ||
304 | ; If set to true, then all permissions checks are carried out | ||
305 | ; Default is true | ||
306 | serverside_object_permissions = true | ||
307 | |||
308 | allow_grid_gods = false | ||
309 | |||
310 | ; This allows somne control over permissions | ||
311 | ; please note that this still doesn't duplicate SL, and is not intended to | ||
312 | ;region_owner_is_god = true | ||
313 | ;region_manager_is_god = false | ||
314 | ;parcel_owner_is_god = true | ||
315 | |||
316 | ; Control user types that are allowed to create new scripts | ||
317 | ; Only enforced if serviceside_object_permissions is true | ||
318 | ; | ||
319 | ; Current possible values are | ||
320 | ; all - anyone can create scripts (subject to normal permissions) | ||
321 | ; gods - only administrators can create scripts (as long as allow_grid_gods is true) | ||
322 | ; Default value is all | ||
323 | ; allowed_script_creators = all | ||
324 | |||
325 | ; Control user types that are allowed to edit (save) scripts | ||
326 | ; Only enforced if serviceside_object_permissions is true | ||
327 | ; | ||
328 | ; Current possible values are | ||
329 | ; all - anyone can edit scripts (subject to normal permissions) | ||
330 | ; gods - only administrators can edit scripts (as long as allow_grid_gods is true) | ||
331 | ; Default value is all | ||
332 | ; allowed_script_editors = all | ||
333 | |||
334 | ; Provides a simple control for land owners to give build rights to specific avatars | ||
335 | ; in publicly accessible parcels that disallow object creation in general. | ||
336 | ; Owners specific avatars by adding them to the Access List of the parcel | ||
337 | ; without having to use the Groups feature | ||
338 | ; Disabled by default | ||
339 | ; simple_build_permissions = False | ||
340 | |||
341 | ; Minimum user level required to upload assets | ||
342 | ;LevelUpload = 0 | ||
343 | |||
343 | 344 | ||
344 | [RegionReady] | 345 | [RegionReady] |
345 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | 346 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled |