OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-69-g611507d
Gerrit Code Review
gerrit@openafs.org
Fri, 4 Dec 2020 19:13:09 -0500
The following commit has been merged in the master branch:
commit 611507d8b5f59b9f74fb19729026e3a48d716e5d
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Wed Sep 25 13:39:40 2019 -0600
kauth: Add support for updated audit facility
New functionality was added to the audit facility that allows multiple
audit logs. The updated audit interfaces require a specific calling
sequence even if multiple audit logs are not used.
Support for multiple auditlogs is not supported for kauth. Since kauth
does not use libcmd for processing the command line, and adding support
for multiple audit log instances requires additional effort, that is not
warranted.
Update kauth to follow the proper calling sequences for the audit
facility.
Update help message and manpage entries for -auditlog and
-audit-interface. Make note that multiple -auditlogs are not supported.
Change-Id: I98111b1e399e6687fde235bc2eadf0a28fa8acf4
Reviewed-on: https://gerrit.openafs.org/13782
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
doc/man-pages/pod8/kaserver.pod | 18 +++++++++++-------
src/kauth/kaserver.c | 25 +++++++++++++++++++------
2 files changed, 30 insertions(+), 13 deletions(-)
--
OpenAFS Master Repository