From b16ee749eded43115cbb1d0066b4bfd010a5482e Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 31 Jan 2019 18:02:21 +0000 Subject: [PATCH] change default config: allow grid gods by default, if you don't trust grid admins what are you doing there?; disable most god powers unless god level is requested on viewer --- bin/OpenSim.ini.example | 11 +++++++++-- bin/OpenSimDefaults.ini | 5 +++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 58deb5e702..02c995899e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -417,10 +417,17 @@ ;; If set to true, then all permissions checks are carried out ; serverside_object_permissions = true - ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false + ; if next 2 are false, several admin powers are only active if god powers requested on viewer + ; this reduces mistakes + ; set both to true to enable previus behavour + automatic_gods = false + implicit_gods = false + + ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false ;; This allows users with a UserLevel of 200 or more to assume god ;; powers in the regions in this simulator. - ; allow_grid_gods = false + ;; if you don't trust grid admins, what are you doing there? + allow_grid_gods = true ;; This allows some control over permissions ;; please note that this still doesn't duplicate SL, and is not intended to diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0dd501b518..3a80dbedd9 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -482,7 +482,8 @@ ; This allows grid users with a UserLevel of 200 or more to assume god ; powers in the regions in this simulator. - allow_grid_gods = false + ; if you don't trust grid admins, what are you doing there? + allow_grid_gods = true ; Allow region owners to assume god powers in their regions ;region_owner_is_god = true @@ -498,7 +499,7 @@ ; The user can execute any and all god functions, as ; permitted by the viewer UI, without actually "godding ; up". This is the default state in 0.8.2. - implicit_gods = true + implicit_gods = false ; Control user types that are allowed to create new scripts ; Only enforced if serviceside_object_permissions is true