[ros-diffs] [ekohl] 56578: [ADVAPI32] Do not add the "SeUnsolicitedInputPrivilege" privilege to the administrators privilege set because it has been superseded by the "SeMachineAccountPrivilege" privilege and ...

ekohl at svn.reactos.org ekohl at svn.reactos.org
Sun May 13 18:28:32 UTC 2012


Author: ekohl
Date: Sun May 13 18:28:32 2012
New Revision: 56578

URL: http://svn.reactos.org/svn/reactos?rev=56578&view=rev
Log:
[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.

Modified:
    trunk/reactos/dll/win32/advapi32/misc/logon.c

Modified: trunk/reactos/dll/win32/advapi32/misc/logon.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/advapi32/misc/logon.c?rev=56578&r1=56577&r2=56578&view=diff
==============================================================================
--- trunk/reactos/dll/win32/advapi32/misc/logon.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/advapi32/misc/logon.c [iso-8859-1] Sun May 13 18:28:32 2012
@@ -623,7 +623,6 @@
     }
     DefaultPrivs[] =
     {
-      { L"SeUnsolicitedInputPrivilege", 0 },
       { L"SeMachineAccountPrivilege", 0 },
       { L"SeSecurityPrivilege", 0 },
       { L"SeTakeOwnershipPrivilege", 0 },




More information about the Ros-diffs mailing list