FreeBSD modules

18 April, 2005 (14:26) | Software

After finding some psybnc’s and other kiddie-crap on one of our webservers, I figured it would be a Good Idea ™ to disable the bind() call for normal
users. Knowing Sten Spans created a module that ‘changed’ the seteuid/setegid syscall, and after a few
hits google, I came up with the first it-compiles-ship-it-version of it :)

Ugly as hell, since I copy/pasted it and made some quick modifications. Still working on it..

Makefile
modtest.c

Write a comment