core: add audit support

System Internals / NetworkManager - Beniamino Galvani [redhat.com] - 4 August 2015 02:32 UTC

Introduce some primitives to deliver messages about relevant configuration changes to the Linux audit subsystem through libaudit (if enabled at build time) and to the logging system.

be49a59 core: add audit support
configure.ac | 17 ++
contrib/fedora/rpm/NetworkManager.conf | 1 +
contrib/fedora/rpm/NetworkManager.spec | 2 +
man/NetworkManager.conf.xml.in | 9 +
src/Makefile.am | 6 +-
src/nm-audit-manager.c | 371 ++++++++++++++++++++++++++++++++
src/nm-audit-manager.h | 112 ++++++++++
src/nm-config.h | 1 +
src/nm-types.h | 1 +
9 files changed, 519 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share