Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
caller_validation.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
caller_validation.h 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
caller_validation_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevated_recovery_impl.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevated_recovery_impl.h 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevated_recovery_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevation_service.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevation_service.rc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevation_service_exe.ver 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevation_service_idl.idl 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevator.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevator.h 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
elevator_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
run_all_unittests.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
scoped_mock_context.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
scoped_mock_context.h 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
service_main.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
service_main.h 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година
service_main_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 пре 1 година

README.md

This directory contains the code for a COM server that handles elevation requests. This code is compiled into an executable named elevation_service.exe.

This is a standalone executable.

Currently, the elevation service is only installed for Google Chrome builds. The primary use case at the moment for the service has to do with the Chrome recovery component. The recovery component is registered only for Google Chrome builds. It repairs the Chrome updater (Google Update) when the algorithm detects that Chrome is not being updated. Since Chrome could be installed per-system or per-user, an elevation service is needed to repair the code in the per-system install case.