[NTOSKRNL]

IoCreateDevice: Assign SePublicOpenUnrestrictedSd to new devices.

CORE-9176

svn path=/trunk/; revision=67882
This commit is contained in:
Eric Kohl 2015-05-24 14:38:55 +00:00
parent 7858fab04b
commit 6c9074c225

View file

@ -853,7 +853,7 @@ IoCreateDevice(IN PDRIVER_OBJECT DriverObject,
DeviceName,
OBJ_KERNEL_HANDLE,
NULL,
NULL);
SePublicOpenUnrestrictedSd);
/* Honor exclusive flag */
if (Exclusive) ObjectAttributes.Attributes |= OBJ_EXCLUSIVE;