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
1 changed files with 1 additions and 1 deletions

View File

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