diff -r 127731b7107d -r 3eebb1e54d3a installationservices/swi/source/sisregistry/server_legacy/sisregistryserver.cpp --- a/installationservices/swi/source/sisregistry/server_legacy/sisregistryserver.cpp Fri Jan 22 09:56:12 2010 +0200 +++ b/installationservices/swi/source/sisregistry/server_legacy/sisregistryserver.cpp Tue Jan 26 12:06:03 2010 +0200 @@ -47,6 +47,7 @@ ESidToPackage, // accessible by all clients ESeparatorMinimumWriteUserData, // accessible by NetworkServices + WriteUserData clients only ESeparatorMinimumTCB, // accessible by TCB clients only + ERegistryFiles, // accessible by all clients ESeparatorMinimumReadUserData2, // accessible by ReadUserData clients only ESeparatorEndAll, // not supported from there on }; @@ -62,6 +63,7 @@ 0, // all clients can have access 4, // WriteUserData clients only 2, // Used by SWIS only, so TCB is needed - check on cap and SID. + 0, // all clients can have access 1, // ReadUserData clients only CPolicyServer::ENotSupported, };