server: Added the install driver privilege to the default user.
This commit is contained in:
parent
ce7bfd6a3f
commit
ec4d8903ef
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue