diff options
author | Justin Clark-Casey (justincc) | 2011-09-30 23:55:02 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-30 23:55:02 +0100 |
commit | 844b4f3a168a5fb1c19902e1f230f24d677c152f (patch) | |
tree | 40aa9ac212ca97ca7769cd4445997b6ff6be524d /bin/OpenSimDefaults.ini | |
parent | remove unused postgresql dll (diff) | |
download | opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.zip opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.tar.gz opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.tar.bz2 opensim-SC_OLD-844b4f3a168a5fb1c19902e1f230f24d677c152f.tar.xz |
copy config information on allow/disallow individual os functions into OpenSim.ini.example
I this is generally useful rather than a 'default' setting
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 245f087..cd69e2a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1136,6 +1136,25 @@ | |||
1136 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 1136 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
1137 | OSFunctionThreatLevel = VeryLow | 1137 | OSFunctionThreatLevel = VeryLow |
1138 | 1138 | ||
1139 | ; OS Functions enable/disable | ||
1140 | ; For each function, you can add one line, as shown | ||
1141 | ; The default for all functions allows them if below threat level | ||
1142 | |||
1143 | ; true allows the use of the function unconditionally | ||
1144 | ; Allow_osSetRegionWaterHeight = true | ||
1145 | |||
1146 | ; false disables the function completely | ||
1147 | ; Allow_osSetRegionWaterHeight = false | ||
1148 | |||
1149 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
1150 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
1151 | |||
1152 | ; You can also use script creators as the uuid | ||
1153 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
1154 | |||
1155 | ; If both Allow_ and Creators_ are given, effective permissions | ||
1156 | ; are the union of the two. | ||
1157 | |||
1139 | ; Interval (s) between background save of script states | 1158 | ; Interval (s) between background save of script states |
1140 | SaveInterval = 120 | 1159 | SaveInterval = 120 |
1141 | 1160 | ||
@@ -1163,25 +1182,6 @@ | |||
1163 | SensorMaxRange = 96.0 | 1182 | SensorMaxRange = 96.0 |
1164 | SensorMaxResults = 16 | 1183 | SensorMaxResults = 16 |
1165 | 1184 | ||
1166 | ; OS Functions enable/disable | ||
1167 | ; For each function, you can add one line, as shown | ||
1168 | ; The default for all functions allows them if below threat level | ||
1169 | |||
1170 | ; true allows the use of the function unconditionally | ||
1171 | ; Allow_osSetRegionWaterHeight = true | ||
1172 | |||
1173 | ; false disables the function completely | ||
1174 | ; Allow_osSetRegionWaterHeight = false | ||
1175 | |||
1176 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
1177 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
1178 | |||
1179 | ; You can also use script creators as the uuid | ||
1180 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
1181 | |||
1182 | ; If both Allow_ and Creators_ are given, effective permissions | ||
1183 | ; are the union of the two. | ||
1184 | |||
1185 | ; Allow for llCreateLink and llBreakLink to work without asking for permission | 1185 | ; Allow for llCreateLink and llBreakLink to work without asking for permission |
1186 | ; only enable this in a trusted environment otherwise you may be subject to hijacking | 1186 | ; only enable this in a trusted environment otherwise you may be subject to hijacking |
1187 | ; AutomaticLinkPermission = false | 1187 | ; AutomaticLinkPermission = false |