User-space device drivers
Posted Jan 23, 2004 20:45 UTC (Fri) by
jonabbey (subscriber, #2736)
In reply to:
User-space device drivers by stuart2048
Parent article:
User-space device drivers
Snare's userland audit daemon works in the same way Gelato does.. it loops reading audit events from /proc/audit. This method has the very great virtue of simplicity and it can actually be quite fast and efficient.
It'll be neat to see where this goes for user mode drivers, but I wonder what happens if a user mode driver fails? Would the kernel be smart enough to stop preparing the data for the driver? I know when the Snare audit daemon closes /proc/audit, the kernel notices that it has been closed, and amends its behavior to avoid queueing up additional audit events.
(
Log in to post comments)