reactos/base/system
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
..
autochk
bootok
chkdsk
diskpart [DISKPART] Fixed Volume Number & Label Issue (#4471) 2022-05-03 16:06:02 +02:00
dllhost
expand
format [TRANSLATION] Review & update Simplified Chinese (zh-CN) translation (#3933) 2022-03-31 20:30:52 +03:00
logonui
lsass
msiexec [WINESYNC] msiexec: Enable compilation with long types. 2022-03-20 19:28:44 +01:00
regsvr32 [TRANSLATION] Review & update Simplified Chinese (zh-CN) translation (#3933) 2022-03-31 20:30:52 +03:00
rundll32 [TRANSLATION] Review & update Simplified Chinese (zh-CN) translation (#3933) 2022-03-31 20:30:52 +03:00
runonce [TRANSLATION] Review & update Simplified Chinese (zh-CN) translation (#3933) 2022-03-31 20:30:52 +03:00
services [SERVICES] Grant ReactOS Setup component SYSTEM access 2022-05-06 10:09:51 +02:00
smss
subst
userinit [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
winlogon [WINLOGON][HACK] Allow network services access to default window station 2022-05-06 10:09:49 +02:00
CMakeLists.txt