cvs commit: ports/security Makefile ports/security/jailaudit
Makefile distinfo pkg-descr pkg-plist
Edwin Groothuis
edwin at FreeBSD.org
Fri Nov 25 02:31:07 GMT 2005
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 at 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 at example.com.
WWW: http://outpost.h3q.org/software/jailaudit/
PR: ports/87581
Submitted by: Philipp Wuensche <cryx-ports at h3q.com>
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)
More information about the cvs-all
mailing list