[NTOSKRNL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 18 Feb 2014 17:51:45 +0000 (17:51 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 18 Feb 2014 17:51:45 +0000 (17:51 +0000)
commit5ebaa3c3ddfdbe08a0e603f6a554a87500cbf7ad
tree86fcce85a6f6fe38b64c93680ac802510ebd04f1
parentea1508451ecd18dbe06f3fbcc66bba368009c688
[NTOSKRNL]
- Implement SeCheckAuditPrivilege and use it instead of SeSinglePrivilegeCheck, because the latter uses the effective token and we want the primary token
- Implement SePrivilegedServiceAuditAlarm
- Add and initialize missing SeLocalServiceSid and SeNetworkServiceSid

svn path=/trunk/; revision=62245
reactos/ntoskrnl/include/internal/se.h
reactos/ntoskrnl/se/audit.c
reactos/ntoskrnl/se/priv.c
reactos/ntoskrnl/se/semgr.c
reactos/ntoskrnl/se/sid.c