No - I am not specifying a security descriptor. Maybe I should look at
that.
Looks like a KMDF driver can access events created by a User Mode
application. Do you know if its possible to use the necessary Kernal
Mode functions from within a User Mode Driver eg
ObReferenceObjectByHandle or perhaps a different method of event style
communication between a UMDF driver and an application program.
Would prefer to stick with a UMDF if possible.
Regards
Alastair
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Tim Roberts
Sent: 16 January 2008 17:38
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Event betweens a console application and a UMDF
driver ?
McDonald, Alastair wrote:
Yes - I have tried with the Global\ prefix. Unfortunately no luck.
Are you specifying a security descriptor when you call CreateEvent?
(That’s a loaded question; NO ONE specifies a security descriptor when
they call CreateEvent…) UMDF drivers run in a low-privilege process.
Well, “low-privilege” is a bit misleading; it runs as a different user,
so it may be that the default security descriptor isn’t enough.
You may be about to embark on a wonderous journey into the dark and
mysterious world of DACLs.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer