Commit ec4d8903 authored by Peter Dons Tychsen's avatar Peter Dons Tychsen Committed by Alexandre Julliard

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

parent ce7bfd6a
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment