mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:53:02 +00:00
[NTOSKRNL]
IoCreateDevice: Assign SePublicOpenUnrestrictedSd to new devices. CORE-9176 svn path=/trunk/; revision=67882
This commit is contained in:
parent
7858fab04b
commit
6c9074c225
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ IoCreateDevice(IN PDRIVER_OBJECT DriverObject,
|
||||||
DeviceName,
|
DeviceName,
|
||||||
OBJ_KERNEL_HANDLE,
|
OBJ_KERNEL_HANDLE,
|
||||||
NULL,
|
NULL,
|
||||||
NULL);
|
SePublicOpenUnrestrictedSd);
|
||||||
|
|
||||||
/* Honor exclusive flag */
|
/* Honor exclusive flag */
|
||||||
if (Exclusive) ObjectAttributes.Attributes |= OBJ_EXCLUSIVE;
|
if (Exclusive) ObjectAttributes.Attributes |= OBJ_EXCLUSIVE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue