From ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 6 Jun 2008 21:39:42 +0000 Subject: * Added a configuration option for allowing god script lsl methods.. such as llSetObjectPermMask. By default it's off. --- bin/OpenSim.ini.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index db0b3a9..0682a3e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -487,6 +487,8 @@ CleanUpOldScriptsOnStartup=true ; Set the following to true to allow administrator owned scripts to execute console commands AllowosConsoleCommand=false +AllowGodFunctions = false + ; Maximum number of llListen events we allow per script ; Set this to 0 to have no limit imposed. max_listens_per_script = 64 -- cgit v1.1