diff options
author | rwatson <rwatson@FreeBSD.org> | 2012-12-01 15:11:46 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2012-12-01 15:11:46 +0000 |
commit | 991e942bf20fdf0e5d8ef3a6a152c146e904a93a (patch) | |
tree | d64700191d32afaae27cefd774f48054c33975d8 /etc/mail | |
parent | 81b0e0a69f7f1dc223a50bd085c98f86bdf4b6e5 (diff) | |
download | FreeBSD-src-991e942bf20fdf0e5d8ef3a6a152c146e904a93a.zip FreeBSD-src-991e942bf20fdf0e5d8ef3a6a152c146e904a93a.tar.gz |
Merge a number of changes required to hook up OpenBSM 1.2-alpha2's
auditdistd (distributed audit daemon) to the build:
- Manual cross references
- Makefile for auditdistd
- rc.d script, rc.conf entrie
- New group and user for auditdistd; associated aliases, etc.
The audit trail distribution daemon provides reliable,
cryptographically protected (and sandboxed) delivery of audit tails
from live clients to audit server hosts in order to both allow
centralised analysis, and improve resilience in the event of client
compromises: clients are not permitted to change trail contents
after submission.
Submitted by: pjd
Sponsored by: The FreeBSD Foundation (auditdistd)
Diffstat (limited to 'etc/mail')
-rw-r--r-- | etc/mail/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/mail/aliases b/etc/mail/aliases index 5f5cd24..46f5f64 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -26,6 +26,7 @@ postmaster: root # General redirections for pseudo accounts _dhcp: root _pflogd: root +auditdistd: root bin: root bind: root daemon: root |