From: greenfish on
how to preventing from acessing(open) my kernel named object?

for a instance,
i've created a event as "Global\abcd",
and i want to block other process's access(::OpenEvent(...)).

how is it possible easily?
From: Stefan Kuhr on
Hello greenfish,

On 7/29/2010 11:37 AM, greenfish wrote:
> how to preventing from acessing(open) my kernel named object?
>
> for a instance,
> i've created a event as "Global\abcd",
> and i want to block other process's access(::OpenEvent(...)).
>
> how is it possible easily?

That's what security descriptors have been invented for.

--
S