From owner-freebsd-hackers Sun Nov 25 9: 0: 7 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.bu.edu (CS.BU.EDU [128.197.10.2]) by hub.freebsd.org (Postfix) with ESMTP id CF7E237B419; Sun, 25 Nov 2001 09:00:02 -0800 (PST) Received: from csa.bu.edu (evms@csa [128.197.12.3]) by cs.bu.edu (8.10.1/8.10.1) with ESMTP id fAPGxuF22059; Sun, 25 Nov 2001 11:59:56 -0500 (EST) Received: (from evms@localhost) by csa.bu.edu (8.10.1/8.10.1) id fAPGxpi13194; Sun, 25 Nov 2001 11:59:51 -0500 (EST) Date: Sun, 25 Nov 2001 11:59:51 -0500 (EST) Message-Id: <200111251659.fAPGxpi13194@csa.bu.edu> From: Evan Sarmiento To: freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: jail patch Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I wrote this a while ago, but, if anyone is interested, please take a look: this module implements a system call that takes a u_int_32t. This system call, named killjail, kills all processes which belong to the jail which uses that particular IP address. I included it in a tar with a makefile and with a program that uses it. (Eg: ./killjail 1.2.3.4) http://www.sekt7.org/kjs.tar Works on 4.4 but can be easily ported to 5.0. - Evan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message