| 2 | |
| 3 | To 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 | |
| 10 | also see: http://msdn.microsoft.com/en-us/library/system.security.permissions.securitypermissionflag.aspx |
| 11 | |
| 12 | This must be fixed before Hive is released. |