Re: Kernel Extension
Re: Kernel Extension
- Subject: Re: Kernel Extension
- From: Shawn Erickson <email@hidden>
- Date: Tue, 11 Nov 2003 20:40:14 -0800
On Nov 11, 2003, at 7:05 PM, Matt Jaffa wrote:
Do I really need to use Sockets and everything, All I want to do is
have it where
someone types in an internet address in any web browser on the
computer,
my app that is running behind the scenes will intercept any of those
requests, and then
if that address is in this database we have it will allow them to go
there.
At work we are just making this app to restrict others only to work
related sites, so I quickly just want to make this thing. I just need
to know how little snitch, intercepts the http(port 80) request and
then after allowing it, the web browser shows it.
What you want can more easily and reliably done by using a web proxy
with filter abilities and blocking all http ports in and out except for
the web proxy. This is normal way this type of thing is done.
Dropping an KEXT is really the wrong way to go about this...
-Shawn
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.