1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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 },
{ SeProfileSingleProcessPrivilege, 0 },
{ SeIncreaseBasePriorityPrivilege, 0 },
{ SeLoadDriverPrivilege , 0 },
{ SeLoadDriverPrivilege , SE_PRIVILEGE_ENABLED },
{ SeCreatePagefilePrivilege , 0 },
{ SeIncreaseQuotaPrivilege , 0 },
{ SeUndockPrivilege , 0 },