diff options
author | Adam Frisby | 2009-08-18 00:58:42 +1000 |
---|---|---|
committer | Adam Frisby | 2009-08-18 00:58:42 +1000 |
commit | 30c4aa55e6f18d153f164529a3435e44754c5352 (patch) | |
tree | 299ee502e9cfc09eb831d532b45879ed4f94e060 /bin/OpenSim.ini.example | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-30c4aa55e6f18d153f164529a3435e44754c5352.zip opensim-SC_OLD-30c4aa55e6f18d153f164529a3435e44754c5352.tar.gz opensim-SC_OLD-30c4aa55e6f18d153f164529a3435e44754c5352.tar.bz2 opensim-SC_OLD-30c4aa55e6f18d153f164529a3435e44754c5352.tar.xz |
Added additional configuration options for MRM Security. See OpenSim.ini.example under the [MRM] section.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a1532c5..166f2c6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1163,10 +1163,28 @@ | |||
1163 | 1163 | ||
1164 | 1164 | ||
1165 | [MRM] | 1165 | [MRM] |
1166 | ; Enables the Mini Region Modules Script Engine. WARNING: SECURITY RISK. | 1166 | ; Enables the Mini Region Modules Script Engine. |
1167 | ; default is false | 1167 | ; default is false |
1168 | Enabled = false | 1168 | Enabled = false |
1169 | 1169 | ||
1170 | ; Runs MRM in a Security Sandbox | ||
1171 | ; WARNING: DISABLING IS A SECURITY RISK. | ||
1172 | Sandboxed = true | ||
1173 | |||
1174 | ; The level sandbox to use, adjust at your OWN RISK. | ||
1175 | ; Valid values are: | ||
1176 | ; * FullTrust | ||
1177 | ; * SkipVerification | ||
1178 | ; * Execution | ||
1179 | ; * Nothing | ||
1180 | ; * LocalIntranet | ||
1181 | ; * Internet | ||
1182 | ; * Everything | ||
1183 | SandboxLevel = "Internet" | ||
1184 | |||
1185 | ; Only allow Region Owners to run MRMs | ||
1186 | ; May represent a security risk if you disable this. | ||
1187 | OwnerOnly = true | ||
1170 | 1188 | ||
1171 | [Hypergrid] | 1189 | [Hypergrid] |
1172 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory | 1190 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory |