mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
51279c3e44
- Wrap most of the code into a new private routine, SepOpenThreadToken. And properly fail gracefully if we fail to open a thread's token instead of just keeping going. - Do not use the same thread object that we have referenced in NtOpenThreadTokenEx to do a copy of the access token in case we can't open it directly. Instead we must reference a new object with full access, solely used for the purpose to do our required operations. - Add debug prints CORE-18986 |
||
---|---|---|
.. | ||
access.c | ||
accesschk.c | ||
acl.c | ||
audit.c | ||
client.c | ||
debug.c | ||
objtype.c | ||
priv.c | ||
sd.c | ||
semgr.c | ||
sid.c | ||
sqos.c | ||
srm.c | ||
subject.c | ||
token.c | ||
tokenadj.c | ||
tokencls.c | ||
tokenlif.c |