Re: Communicating from a KEXT to a userland process
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On May 28, 2006, at 12:39 PM, Bruce Fancher wrote: = Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Smith