aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/jailaudit/pkg-descr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-25 02:31:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-25 02:31:06 +0000
commit172444444e7175544cfbf610963c21411fba7eb9 (patch)
tree1bf8996987cfaa175f1a4d533410571496437048 /ports-mgmt/jailaudit/pkg-descr
parentb6c3d863e25343c996077a58f12d1f672de37cf6 (diff)
Notes
Diffstat (limited to 'ports-mgmt/jailaudit/pkg-descr')
-rw-r--r--ports-mgmt/jailaudit/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/ports-mgmt/jailaudit/pkg-descr b/ports-mgmt/jailaudit/pkg-descr
new file mode 100644
index 000000000000..0933960c9516
--- /dev/null
+++ b/ports-mgmt/jailaudit/pkg-descr
@@ -0,0 +1,20 @@
+This port contains a script to generate portaudit reports for jails
+running on a FreeBSD system.
+
+Normally portaudit just creates reports for the Host-system or the jail
+it is installed in. With a large number of jails running on a system,
+installing and updating portaudit in every jail is time-consuming and
+error-prone. Jailaudit uses the portaudit installed in the Host-system
+to create a report for every jail.
+
+The reports are appended to the daily security run and can be sent to a
+specific mail address, which allows the Host-system administrator to
+dispatch portaudit reports to the owners of jails, keeping them informed
+about potential security advisories of their installed ports.
+
+Jailaudit can be used on FreeBSD 5.1 or larger.
+
+WWW: https://anonsvn.h3q.com/projects/jailaudit/
+
+- cryx
+Philipp Wuensche <cryx-ports@h3q.com>