reactos/base/system/services
George Bișoc f340524ea4
[SERVICES] Grant ReactOS Setup component SYSTEM access
ReactOS Setup is an integral component that is part of the operating system responsible for the installation of ROS during 2nd installation stage. The situation with current master branch is like this -- the Services component always tries to create the process
on behalf of the logged in user with its own security context. That user doesn't have the privileges and access rights like SYSTEM thus the Services component tries to create the process but it fails to do so because of lacking of required access right, TOKEN_DUPLICATE, in order for the calling thread to impersonate as self.
2022-05-06 10:09:51 +02:00
..
lang [TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347) 2022-03-31 17:10:21 +03:00
CMakeLists.txt [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
config.c [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
controlset.c [SERVICES] Tweak the binary size a bit CORE-18071 2022-03-20 20:12:56 +01:00
database.c [SERVICES] Grant ReactOS Setup component SYSTEM access 2022-05-06 10:09:51 +02:00
driver.c [SERVICES] Tweak the binary size a bit CORE-18071 2022-03-20 20:12:56 +01:00
groupdb.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
lock.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
resource.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
rpcserver.c [SERVICES] Restore Herves name and readd g_dwServiceBits CORE-18071 2022-03-20 20:52:53 +01:00
security.c [SERVICES] Use a proper security descriptor for the control pipes 2019-08-04 22:30:40 +02:00
services.c [SERVICES] Grant ReactOS Setup component SYSTEM access 2022-05-06 10:09:51 +02:00
services.h [SERVICES] Grant ReactOS Setup component SYSTEM access 2022-05-06 10:09:51 +02:00
services.rc [TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347) 2022-03-31 17:10:21 +03:00