mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 17:02:56 +08:00
[NTOS:SE] Implement security debug facility routines
debug.c will serve as a centralized facility for security debugging routines and everything related to that. This file will be expanded with further debug functions for the Security subsystem if needed.
This commit is contained in:
@@ -289,6 +289,23 @@ extern PTOKEN SeAnonymousLogonTokenNoEveryone;
|
||||
KeLeaveCriticalRegion(); \
|
||||
}
|
||||
|
||||
#if DBG
|
||||
//
|
||||
// Security Debug Utility Functions
|
||||
//
|
||||
VOID
|
||||
SepDumpSdDebugInfo(
|
||||
_In_opt_ PISECURITY_DESCRIPTOR SecurityDescriptor);
|
||||
|
||||
VOID
|
||||
SepDumpTokenDebugInfo(
|
||||
_In_opt_ PTOKEN Token);
|
||||
|
||||
VOID
|
||||
SepDumpAccessRightsStats(
|
||||
_In_opt_ PACCESS_CHECK_RIGHTS AccessRights);
|
||||
#endif // DBG
|
||||
|
||||
//
|
||||
// Token Functions
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user