mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 04:39:42 +08:00
Instead of duplicating the token and masquerade it as if the token was filtered (which is a big hack), properly implement CreateRestrictedToken function by calling NtFilterToken which it'll create a restricted token for us.