mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS:SE] Implement token filtering
This implements the support of token filtering within the kernel, where the kernel can create restricted tokens of regular ones on demand by the caller. The implementation can be accessed thorough a NT syscall, NtFilterToken, and a kernel mode routine, SeFilterToken.
This commit is contained in:
parent
a15e2472b8
commit
53db5377e2
1 changed files with 980 additions and 21 deletions
1001
ntoskrnl/se/token.c
1001
ntoskrnl/se/token.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue