diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 02:31:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 02:31:06 +0000 |
commit | 172444444e7175544cfbf610963c21411fba7eb9 (patch) | |
tree | 1bf8996987cfaa175f1a4d533410571496437048 /security/Makefile | |
parent | b6c3d863e25343c996077a58f12d1f672de37cf6 (diff) | |
download | ports-172444444e7175544cfbf610963c21411fba7eb9.tar.gz ports-172444444e7175544cfbf610963c21411fba7eb9.zip |
[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 <cryx-ports@h3q.com>
Notes
Notes:
svn path=/head/; revision=149353
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 78f147443e20..94dd48ac4a9a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -171,6 +171,7 @@ SUBDIR += ipsec-tools SUBDIR += isakmpd SUBDIR += its4 + SUBDIR += jailaudit SUBDIR += jce_policy14 SUBDIR += john SUBDIR += keychain |