From owner-cvs-all@FreeBSD.ORG Fri Nov 25 02:31:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFAB516A41F; Fri, 25 Nov 2005 02:31:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9753F43D66; Fri, 25 Nov 2005 02:31:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAP2V6j9068669; Fri, 25 Nov 2005 02:31:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAP2V6BS068668; Fri, 25 Nov 2005 02:31:06 GMT (envelope-from edwin) Message-Id: <200511250231.jAP2V6BS068668@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 25 Nov 2005 02:31:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/jailaudit Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 02:31:07 -0000 edwin 2005-11-25 02:31:06 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/jailaudit Makefile distinfo pkg-descr pkg-plist Log: [NEW PORT] security/jailaudit: Generate portaudit reports for jails from the hostsystem This port contains a script for generating portaudit reports for jails running on a FreeBSD system. Jailaudit runs in the Host-system and uses portaudit to create reports for every jail currently running. It can also be used to send specific report-mails to the owner of a jail by running it as a cronjob. /etc/crontab example: 0 4 * * * * root /usr/local/bin/jailaudit mail admin@foo.bar "foo.example.com bar.example.com" Sends reports-mails of the jails with the hostnames foo.example.com and bar.example.com to the mailaddr. admin@example.com. WWW: http://outpost.h3q.org/software/jailaudit/ PR: ports/87581 Submitted by: Philipp Wuensche Revision Changes Path 1.664 +1 -0 ports/security/Makefile 1.1 +34 -0 ports/security/jailaudit/Makefile (new) 1.1 +2 -0 ports/security/jailaudit/distinfo (new) 1.1 +20 -0 ports/security/jailaudit/pkg-descr (new) 1.1 +11 -0 ports/security/jailaudit/pkg-plist (new)