Re: Communicating from a KEXT to a userland process
Re: Communicating from a KEXT to a userland process
- Subject: Re: Communicating from a KEXT to a userland process
- From: Michael Smith <email@hidden>
- Date: Sun, 28 May 2006 14:22:35 -0700
On May 28, 2006, at 12:39 PM, Bruce Fancher wrote:
Thanks for the response, but oy, that looks really complicated.
All I want
to do is have my kext provide the paths of the files it intercepts
through
kauth to my daemon. Is there any simpler way to have the daemon
call into
the kext than basically writing an IOKit device driver?
Take a look at kernel control sockets and sysctl. The latter is a
little awkward but
relatively simple, the former is a little cleaner and has the benefit
of being KPI.
= Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden