Re: virus scan application
Re: virus scan application
- Subject: Re: virus scan application
- From: "Jim Clause" <email@hidden>
- Date: Sun, 5 Aug 2007 22:07:40 -0400
All,
I'd appreciate a little bit more information about some points in this
thread, specifically what Terry said in points (3) and (4). I'd like
to implement a technique that's very similar to Time Machine.
Basically, a userland process would register with the kernel extension
and provide a pid. The kernel extension would call the userland
application whenever a vnode scope operation is performed by the pid.
The userland app would then create a backup of the file that's being
accessed. In this case I want to have blocking communication between
the kernel and the userland application so that I can create the
backup before the application can access the file.
This is very similar to a hypothetical virus scanner so many of the
techniques should apply. I've read TN2127 and the list archives about
implementing a virus scanner and one question that's never been
definitively answered is how the kernel can block and then call out to
a user level application. In fact TN2127 says in the Listener Gotchas
section that the only foolproof method is the implement the scanner
completely in the kernel. Is this still the recommended approach? If
it is will I be able to implement my version of Time Machine?
Thanks,
Jim
_______________________________________________
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