change osSetDynamicTextureURL(Blend) to ThreatLevel.VeryHigh,ESTATE_MANAGER,ESTATE_OWNER
parent
9d698bcffb
commit
24b1e84eca
|
@ -753,7 +753,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
public void osSetRot(UUID target, Quaternion rotation)
|
public void osSetRot(UUID target, Quaternion rotation)
|
||||||
{
|
{
|
||||||
// This function has no security. It can be used to destroy
|
// if enabled It can be used to destroy
|
||||||
// arbitrary builds the user would normally have no rights to
|
// arbitrary builds the user would normally have no rights to
|
||||||
//
|
//
|
||||||
CheckThreatLevel(ThreatLevel.VeryHigh, "osSetRot");
|
CheckThreatLevel(ThreatLevel.VeryHigh, "osSetRot");
|
||||||
|
@ -778,10 +778,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
public string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams,
|
public string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams,
|
||||||
int timer)
|
int timer)
|
||||||
{
|
{
|
||||||
// This may be upgraded depending on the griefing or DOS
|
CheckThreatLevel(ThreatLevel.VeryHigh, "osSetDynamicTextureURL");
|
||||||
// potential, or guarded with a delay
|
|
||||||
//
|
|
||||||
CheckThreatLevel(ThreatLevel.VeryLow, "osSetDynamicTextureURL");
|
|
||||||
|
|
||||||
if (dynamicID == String.Empty)
|
if (dynamicID == String.Empty)
|
||||||
{
|
{
|
||||||
|
@ -802,7 +799,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
public string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams,
|
public string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams,
|
||||||
int timer, int alpha)
|
int timer, int alpha)
|
||||||
{
|
{
|
||||||
CheckThreatLevel(ThreatLevel.VeryLow, "osSetDynamicTextureURLBlend");
|
CheckThreatLevel(ThreatLevel.VeryHigh, "osSetDynamicTextureURLBlend");
|
||||||
|
|
||||||
if (dynamicID == String.Empty)
|
if (dynamicID == String.Empty)
|
||||||
{
|
{
|
||||||
|
|
|
@ -100,9 +100,7 @@
|
||||||
Allow_osSetDynamicTextureDataFace = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetDynamicTextureDataFace = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetDynamicTextureDataBlend = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetDynamicTextureDataBlend = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetDynamicTextureDataBlendFace = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetDynamicTextureDataBlendFace = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetDynamicTextureURL = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
|
||||||
Allow_osSetDynamicTextureURLBlend = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetDynamicTextureURLBlend = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetDynamicTextureURLBlendFace = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
|
||||||
Allow_osSetParcelMediaURL = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetParcelMediaURL = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetParcelSIPAddress = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetParcelSIPAddress = ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetPrimFloatOnWater = true
|
Allow_osSetPrimFloatOnWater = true
|
||||||
|
@ -207,14 +205,14 @@
|
||||||
Allow_osGetNotecard = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osGetNotecard = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osGetNotecardLine = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osGetNotecardLine = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osGetNumberOfNotecardLines = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osGetNumberOfNotecardLines = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
Allow_osSetDynamicTextureURL = ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
Allow_osSetDynamicTextureURLBlendFace = ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetRot = false
|
Allow_osSetRot = false
|
||||||
Allow_osSetParcelDetails = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetParcelDetails = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
|
||||||
; ThreatLevel Severe
|
; ThreatLevel Severe
|
||||||
Allow_osConsoleCommand = false
|
Allow_osConsoleCommand = false
|
||||||
Allow_osGrantScriptPermissions = false
|
|
||||||
Allow_osKickAvatar = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osKickAvatar = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osRevokeScriptPermissions = false
|
|
||||||
Allow_osTeleportAgent = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osTeleportAgent = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osTeleportObject = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osTeleportObject = ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue