mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* [MRM] Implements permission checks on IObject implementations in SOPObject.cs. Does not implement security on IObjectInventory yet.
This commit is contained in:
@@ -3,5 +3,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
public interface ISecurityCredential
|
||||
{
|
||||
ISocialEntity owner { get; }
|
||||
bool CanEditObject(IObject target);
|
||||
bool CanEditTerrain(int x, int y);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user