public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: "Kernel Insider" (security optimization)
@ 2001-05-25  3:14 bruj0
  2001-05-25  4:59 ` David Wagner
  0 siblings, 1 reply; 2+ messages in thread
From: bruj0 @ 2001-05-25  3:14 UTC (permalink / raw)
  To: linux-kernel

Hello, i wrote a modification for kernels 2.4.x, actually it can be
lodaded as a module and its not intrusive. I would love to get you opinions,
critics, flames about it. Plase CC: me becouse im not in the list. thanx
The whole package with a intructions is at
http://securityportal.com.ar/files/insider-1.6.tar.gz

This is the description:
INSIDER
-------
Its a linux kernel modification, that allows to decide wich uid, pid or
file can open a tcp socket in listening state.
The changes to the kernel are really insignificant, only to export 2
variables.
When  a program tries to open a port it first makes a md5 checksum
of the file and compares it with the config list then it compares the user
id and finally the pid.
The policy is to "DENY" everything that is not in the allowed list.

Bruj0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-25  5:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-25  3:14 PATCH: "Kernel Insider" (security optimization) bruj0
2001-05-25  4:59 ` David Wagner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox