diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-03-24 15:32:45 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-03-24 15:32:45 +0000 |
commit | 9daf0ba3982cc4d7bd63392b4e714cc63a0f1962 (patch) | |
tree | 0fd57597022c23715723b56f083d3e14977e84eb /security/audit/pkg-descr | |
parent | Fix chown(8) syntax to work on -current (diff) |
Add audit, tools for remote and centralized audit data collection.
Notes
Notes:
svn path=/head/; revision=56536
Diffstat (limited to 'security/audit/pkg-descr')
-rw-r--r-- | security/audit/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/audit/pkg-descr b/security/audit/pkg-descr new file mode 100644 index 000000000000..0391389bc5b1 --- /dev/null +++ b/security/audit/pkg-descr @@ -0,0 +1,11 @@ +Audit is a client/server system that allows remote system logs auditing and +centralizing. It supports standard and modular syslog output formats +(non-standard logs can be easily supported due to its modular design). The +server (auditd) runs on audited machines and the client (audit) runs on the +auditors workstations. Multiple auditors are supported and managed by one or +more 'chief' auditors. Auditors can be configured in a way that each of them +can examine specific sets of logs. + +WWW: http://www.corest.com/products/corewisdom/CW02.php + +- Anders Nordby <anders@FreeBSD.org> |