Skip to content
Snippets Groups Projects
Commit ec4d8903 authored by Peter Dons Tychsen's avatar Peter Dons Tychsen Committed by Alexandre Julliard
Browse files

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

parent ce7bfd6a
No related branches found
No related tags found
No related merge requests found
......@@ -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 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment