Changeset 52487 in vbox
- Timestamp:
- Aug 24, 2014 4:58:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r52484 r52487 451 451 * turned up owned by the local system user, and we cannot operate without 452 452 * the plugin loaded once it's installed (WinVerityTrust fails). 453 * 454 * Note! We cannot really allow Builtin\Administrators here it's the default 455 * owner of anything an admin user creates. (We must, unforutnately, 456 * allow that in system32 though.) 453 457 */ 454 458 PSID pOwner = uBuf.Rel.Control & SE_SELF_RELATIVE ? &uBuf.abView[uBuf.Rel.Owner] : uBuf.Abs.Owner;
Note:
See TracChangeset
for help on using the changeset viewer.