mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Validate ACCESS_SYSTEM_SECURITY access requests when creating a new handle in ObpIncrementHandleCount. - Check for SeSecurityPrivilege (with SeSinglePrivilegeCheck) when a caller requests ACCESS_SYSTEM_SECURITY on handle creation. - Take away ACCESS_SYSTEM_SECURITY from RemainingDesiredAccess / PreviouslyGrantedAccess if the privilege isn't held.