From d79d7e228a059e40a9334c9e2ec4c81075443f83 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 16 Oct 2019 00:08:45 +0100 Subject: add OSSL option PermissionErrortoOwner (true or false). if true ossl functions permission errors will only be sent to prim owner, defaul false: send all around --- bin/config-include/osslEnable.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/config-include') diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 759647d..fd559b2 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini @@ -16,6 +16,9 @@ ; The setting enable_windlight = true must also be enabled in the [LightShare] section. AllowLightShareFunctions = true + ; Send function permission error to owner if true, to all if false + PermissionErrorToOwner = false + ; Function Threat level ; Several functions have a predefined threat level, one of: None, VeryLow, Low, Moderate, High, VeryHigh, Severe. ; See http://opensimulator.org/wiki/Threat_level for more information on these levels. @@ -64,7 +67,7 @@ ; The threat level also can be replaced by lines of the form ; Creators__FunctionName = comma separated list of UUIDs - ; this will enable the function for users that are creators and owners of the prim + ; this will enable the function for users that are the script creators and owners of the prim ; ************************************************* -- cgit v1.1