mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[ADVAPI32]
Do not add the "SeUnsolicitedInputPrivilege" privilege to the administrators privilege set because it has been superseded by the "SeMachineAccountPrivilege" privilege and the later has already been added to the privilege set. svn path=/trunk/; revision=56578
This commit is contained in:
parent
821ed065bb
commit
12ad95e140
1 changed files with 0 additions and 1 deletions
|
@ -623,7 +623,6 @@ LogonUserW(LPWSTR lpszUsername,
|
|||
}
|
||||
DefaultPrivs[] =
|
||||
{
|
||||
{ L"SeUnsolicitedInputPrivilege", 0 },
|
||||
{ L"SeMachineAccountPrivilege", 0 },
|
||||
{ L"SeSecurityPrivilege", 0 },
|
||||
{ L"SeTakeOwnershipPrivilege", 0 },
|
||||
|
|
Loading…
Reference in a new issue