]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge a number of changes required to hook up OpenBSM 1.2-alpha2's
authorRobert Watson <rwatson@FreeBSD.org>
Sat, 1 Dec 2012 15:11:46 +0000 (15:11 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sat, 1 Dec 2012 15:11:46 +0000 (15:11 +0000)
commit16648b4fff0868186b2df7553538d5828eb5d7b4
treed64700191d32afaae27cefd774f48054c33975d8
parentd0c2e5bd238346f3c5997f0017744d5abfbd6865
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)
etc/defaults/rc.conf
etc/ftpusers
etc/mail/aliases
etc/master.passwd
etc/mtree/BSD.var.dist
etc/rc.d/Makefile
etc/rc.d/auditdistd [new file with mode: 0644]
share/man/man4/audit.4
usr.sbin/Makefile
usr.sbin/auditdistd/Makefile [new file with mode: 0644]