Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #1580


Ignore:
Timestamp:
07/07/11 15:22:27 (13 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1580

    • Property Summary changed from Permission set granted for sandboxed AppDomains is not secure to Permission set granted for sandboxed application domains is not secure
  • Ticket #1580 – Description

    initial v2  
    11Related to ticket #831
     2
     3To make the sandbox more secure the following permissions should be removed in future versions (see ticket #1580):
     4 * `SecurityPermissionFlag.Infrastructure`
     5 * `SecurityPermissionFlag.UnmanagedCode`
     6 * `SecurityPermissionFlag.ControlEvidence`
     7 * `ReflectionPermission(PermissionState.Unrestricted)`
     8 * `FileIOPermissionAccess.PathDiscovery, Path.GetPathRoot(Path.GetFullPath(Environment.SystemDirectory))`
     9
     10also see: http://msdn.microsoft.com/en-us/library/system.security.permissions.securitypermissionflag.aspx
     11
     12This must be fixed before Hive is released.