LookingGlass/host/platform/Windows
Quantum ebda52b18b [host] service: use SYSTEM token attached to the current process
Since with the service, we are already running as SYSTEM, we don't need
to use dupeSystemProcessToken to get the token for SYSTEM. This removes
the need for having SeDebugPrivilege, SeTcbPrivilege, and
SeAssignPrimaryTokenPrivilege, or otherwise doing sketchy things.

Furthermore, we now only open the token with the privileges we actually
need.
2021-07-20 11:27:03 +10:00
..
capture [host] capture: stop sending DPI information 2021-07-18 10:50:57 +10:00
include/windows [host] windows: fix build on Linux due to case sensitive filenames 2021-07-17 15:05:32 +10:00
src [host] service: use SYSTEM token attached to the current process 2021-07-20 11:27:03 +10:00
app.manifest [host] set the program name/description in the app.manifest 2020-10-19 01:56:03 +11:00
CMakeLists.txt [host] windows: use event to gracefully signal exit 2021-07-20 11:26:49 +10:00
installer.nsi [host] installer: create start menu shortcut to log directory 2021-01-29 15:56:01 +11:00
resource.rc [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00