aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2019-10-16 00:08:45 +0100
committerUbitUmarov2019-10-16 00:08:45 +0100
commitd79d7e228a059e40a9334c9e2ec4c81075443f83 (patch)
tree14e2d3ef3e7515f1e285cdd3ef66925ccd6039b0 /bin
parentchange coments on osslEnable.ini and remove list of functions always suported; (diff)
downloadopensim-SC-d79d7e228a059e40a9334c9e2ec4c81075443f83.zip
opensim-SC-d79d7e228a059e40a9334c9e2ec4c81075443f83.tar.gz
opensim-SC-d79d7e228a059e40a9334c9e2ec4c81075443f83.tar.bz2
opensim-SC-d79d7e228a059e40a9334c9e2ec4c81075443f83.tar.xz
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
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/osslEnable.ini5
1 files changed, 4 insertions, 1 deletions
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 @@
16 ; The setting enable_windlight = true must also be enabled in the [LightShare] section. 16 ; The setting enable_windlight = true must also be enabled in the [LightShare] section.
17 AllowLightShareFunctions = true 17 AllowLightShareFunctions = true
18 18
19 ; Send function permission error to owner if true, to all if false
20 PermissionErrorToOwner = false
21
19 ; Function Threat level 22 ; Function Threat level
20 ; Several functions have a predefined threat level, one of: None, VeryLow, Low, Moderate, High, VeryHigh, Severe. 23 ; Several functions have a predefined threat level, one of: None, VeryLow, Low, Moderate, High, VeryHigh, Severe.
21 ; See http://opensimulator.org/wiki/Threat_level for more information on these levels. 24 ; See http://opensimulator.org/wiki/Threat_level for more information on these levels.
@@ -64,7 +67,7 @@
64 67
65 ; The threat level also can be replaced by lines of the form 68 ; The threat level also can be replaced by lines of the form
66 ; Creators__FunctionName = comma separated list of UUIDs 69 ; Creators__FunctionName = comma separated list of UUIDs
67 ; this will enable the function for users that are creators and owners of the prim 70 ; this will enable the function for users that are the script creators and owners of the prim
68 71
69 72
70; ************************************************* 73; *************************************************