diff options
author | Diva Canto | 2012-09-20 15:49:22 -0700 |
---|---|---|
committer | Diva Canto | 2012-09-20 15:49:22 -0700 |
commit | 3089b6d824f1d4eb25ba12c5fd037153fdc92e1e (patch) | |
tree | f70c7a399cf2e2af599f25798a6b3c3b3d3f89d6 /bin/Robust.HG.ini.example | |
parent | Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec... (diff) | |
download | opensim-SC_OLD-3089b6d824f1d4eb25ba12c5fd037153fdc92e1e.zip opensim-SC_OLD-3089b6d824f1d4eb25ba12c5fd037153fdc92e1e.tar.gz opensim-SC_OLD-3089b6d824f1d4eb25ba12c5fd037153fdc92e1e.tar.bz2 opensim-SC_OLD-3089b6d824f1d4eb25ba12c5fd037153fdc92e1e.tar.xz |
More HG2.0: Added permission policies in HGAsset Service based on asset types. The policies are given in the config. This is only half of the story. The other half, pertaining to exports/imports made by the sim, will be done next.
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index fad399d..8218b14 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -437,6 +437,16 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
437 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 437 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
438 | HomeURI = "http://127.0.0.1:8002" | 438 | HomeURI = "http://127.0.0.1:8002" |
439 | 439 | ||
440 | ;; The asset types that other grids can get from / post to this service. | ||
441 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: | ||
442 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh | ||
443 | ;; | ||
444 | ;; Leave blank or commented if you don't want to apply any restrictions. | ||
445 | ;; A more strict, but still reasonable, policy may be to disallow the exchange | ||
446 | ;; of scripts, like so: | ||
447 | ; DisallowGET ="LSLText" | ||
448 | ; DisallowPOST ="LSLBytecode" | ||
449 | |||
440 | [HGFriendsService] | 450 | [HGFriendsService] |
441 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" | 451 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" |
442 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 452 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |