From e3770cfee6e3ae0ad05b5be2f96f10779b39c454 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 14 Nov 2008 18:43:40 +0000 Subject: * Allow new script creation to be locked down to only gods if specified in OpenSim.ini * This doesn't allow complete script lockdown of a sim, many avenues (copying, editing) are still uncloseable at the moment * Default remains to allow all users to create scripts (subject to existing permissions if enabled) --- bin/OpenSim.ini.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a19c4d2..7b61790 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -123,6 +123,15 @@ ;region_owner_is_god = true ;parcel_owner_is_god = true + ; Control user types that are allowed to create new scripts + ; Only enforced if serviceside_object_permissions is true + ; + ; Current possible values are + ; all - anyone can create scripts (subject to normal permissions) + ; gods - only administrators can create scripts (as long as allow_grid_gods is true) + ; Default value is all + ; allowed_script_creators = all + ; ## ; ## SCRIPT ENGINE ; ## -- cgit v1.1