server: Added the install driver privilege to the default user.

This commit is contained in:
Peter Dons Tychsen 2007-07-27 02:05:04 +02:00 committed by Alexandre Julliard
parent ce7bfd6a3f
commit ec4d8903ef

View file

@ -660,7 +660,7 @@ struct token *token_create_admin( void )
{ SeSystemProfilePrivilege , 0 }, { SeSystemProfilePrivilege , 0 },
{ SeProfileSingleProcessPrivilege, 0 }, { SeProfileSingleProcessPrivilege, 0 },
{ SeIncreaseBasePriorityPrivilege, 0 }, { SeIncreaseBasePriorityPrivilege, 0 },
{ SeLoadDriverPrivilege , 0 }, { SeLoadDriverPrivilege , SE_PRIVILEGE_ENABLED },
{ SeCreatePagefilePrivilege , 0 }, { SeCreatePagefilePrivilege , 0 },
{ SeIncreaseQuotaPrivilege , 0 }, { SeIncreaseQuotaPrivilege , 0 },
{ SeUndockPrivilege , 0 }, { SeUndockPrivilege , 0 },