Opened 13 years ago
Last modified 12 years ago
#1580 closed defect
Permission set granted for sandboxed application domains is not secure — at Version 2
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.8 |
Component: | Hive.Slave | Version: | 3.3.8 |
Keywords: | Cc: |
Description (last modified by gkronber)
Related to ticket #831
To make the sandbox more secure the following permissions should be removed in future versions (see ticket #1580):
- SecurityPermissionFlag.Infrastructure
- SecurityPermissionFlag.UnmanagedCode
- SecurityPermissionFlag.ControlEvidence
- ReflectionPermission(PermissionState.Unrestricted)
- FileIOPermissionAccess.PathDiscovery, Path.GetPathRoot(Path.GetFullPath(Environment.SystemDirectory))
also see: http://msdn.microsoft.com/en-us/library/system.security.permissions.securitypermissionflag.aspx
This must be fixed before Hive is released.
Change History (2)
comment:1 Changed 13 years ago by gkronber
- Summary changed from Permission set granted for sandboxed AppDomains is not secure to Permission set granted for sandboxed application domains is not secure
comment:2 Changed 13 years ago by gkronber
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.