boolking / appstract

Automatically exported from code.google.com/p/appstract
0 stars 0 forks source link

AccessMechanism.Virtual #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The AccessMechanism.Virtual value would specify that only the virtual 
registry must be used, and that the host's registry must never be accessed.

The Virtual value should only be applied on a specific selection of keys.
An example use case could be HKEY_LOCAL_MACHINE, which always uses 
TransparentRead, while in some cases (for example while packaging) 
HKEY_LOCAL_MACHINE\SOFTWARE\ might have to be accessed completely virtual 
except for for example HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion
\Policies

The most convenient place to declare a list of such specific keys would be 
in a rules framework (see Issue 16)

Original issue reported on code.google.com by simon_al...@hotmail.com on 9 May 2010 at 10:47

GoogleCodeExporter commented 8 years ago
First changes committed in r273

Original comment by simon_al...@hotmail.com on 9 May 2010 at 10:51

GoogleCodeExporter commented 8 years ago
Closing this issue since support for AccessMechanism.Virtual is implemented in 
r273,
while its real usage will be implemented by Issue 16.

Original comment by simon_al...@hotmail.com on 16 May 2010 at 4:45