[sudo-commits] sudo changeset 12169:295d9d1a1209

Todd C. Miller Todd.Miller at sudo.ws
Thu Jan 30 21:23:03 MST 2020


changeset:	12169:295d9d1a1209 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/295d9d1a1209
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jan 30 13:25:52 2020 -0700

Log Message:
	Example audit plugin that writes JSON output to a log file.

diffstat:

 MANIFEST                          |   11 +-
 Makefile.in                       |    2 +-
 configure                         |   75 ++-
 configure.ac                      |   12 +-
 m4/sudo.m4                        |   61 ++-
 pathnames.h.in                    |    8 +
 plugins/audit_json/Makefile.in    |  219 ++++++++++++
 plugins/audit_json/audit_json.c   |  673 ++++++++++++++++++++++++++++++++++++++
 plugins/audit_json/audit_json.exp |    1 +
 9 files changed, 1010 insertions(+), 52 deletions(-)


More information about the sudo-commits mailing list