reactos/dll/win32/lsasrv
George Bișoc bee9b2fcc6
[LSASRV] Set up a security descriptor for the token object
LSASS implements a default ACL inside the token structure field but it doesn't actually set a protective security descriptor for the token object itself. This happens so that the kernel gets whatever default ACLs it finds for the object which is incorrect.

SYSTEM has full and supreme control over tokens, administrators can only read the token as such. The logged in user of their own token has full access. Credits and courtesy goes to Thomas Faber for the patch.
2022-05-06 10:09:36 +02:00
..
lang [TRANSLATION] Review & update Simplified Chinese (zh-CN) translation (#3933) 2022-03-31 20:30:52 +03:00
authpackage.c [LSASRV] Set up a security descriptor for the token object 2022-05-06 10:09:36 +02:00
authport.c [LSASRV][SECUR32] Fix the naming mess 2021-02-28 11:03:33 +01:00
CMakeLists.txt
database.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
dssetup.c
lookup.c [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
lsarpc.c
lsasrv.c
lsasrv.h [LSASRV] Set up a security descriptor for the token object 2022-05-06 10:09:36 +02:00
lsasrv.rc [TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347) 2022-03-31 17:10:21 +03:00
lsasrv.spec
notify.c
policy.c
privileges.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
registry.c
resources.h
security.c [LSASRV] Set up a security descriptor for the token object 2022-05-06 10:09:36 +02:00
service.c
session.c [LSASRV] Notify all authentication packages of a session to be deleted 2021-06-06 11:38:26 +02:00
srm.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
utils.c