linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ghau40 v2 0/5] add support for audit container ID
@ 2018-03-16  9:12 Richard Guy Briggs
  2018-03-16  9:12 ` [PATCH ghau40 v2 1/5] AUDIT_CONTAINER message type basic support Richard Guy Briggs
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Richard Guy Briggs @ 2018-03-16  9:12 UTC (permalink / raw)
  To: cgroups, containers, linux-api, Linux-Audit Mailing List,
	linux-fsdevel, LKML, netdev
  Cc: luto, jlayton, carlos, viro, dhowells, simo, eparis, serge,
	ebiederm, madzcar, Richard Guy Briggs

Add support for audit kernel container IDs to userspace tools.

See: https://github.com/linux-audit/audit-userspace/issues/40
See: https://github.com/linux-audit/audit-kernel/issues/32
See: https://github.com/linux-audit/audit-testsuite/issues/64

Richard Guy Briggs (5):
  AUDIT_CONTAINER message type basic support
  AUDIT_CONTAINER_INFO message type basic support
  auditctl: add support for containerid filter
  add ausearch containerid support
  start normalization containerid support

 auparse/normalize_record_map.h |   1 +
 docs/auditctl.8                |   3 +
 lib/fieldtab.h                 |   1 +
 lib/libaudit.c                 |  36 +++++++++
 lib/libaudit.h                 |  15 ++++
 lib/msg_typetab.h              |   2 +
 lib/netlink.c                  |   1 +
 src/auditctl-listing.c         |  21 +++++
 src/aureport-options.c         |   1 +
 src/ausearch-llist.c           |   2 +
 src/ausearch-llist.h           |   1 +
 src/ausearch-match.c           |   3 +
 src/ausearch-options.c         |  46 ++++++++++-
 src/ausearch-options.h         |   1 +
 src/ausearch-parse.c           | 171 +++++++++++++++++++++++++++++++++++++++++
 15 files changed, 304 insertions(+), 1 deletion(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-16  9:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16  9:12 [PATCH ghau40 v2 0/5] add support for audit container ID Richard Guy Briggs
2018-03-16  9:12 ` [PATCH ghau40 v2 1/5] AUDIT_CONTAINER message type basic support Richard Guy Briggs
2018-03-16  9:12 ` [PATCH ghau40 v2 2/5] AUDIT_CONTAINER_INFO " Richard Guy Briggs
2018-03-16  9:12 ` [PATCH ghau40 v2 3/5] auditctl: add support for containerid filter Richard Guy Briggs
2018-03-16  9:12 ` [PATCH ghau40 v2 4/5] add ausearch containerid support Richard Guy Briggs
2018-03-16  9:12 ` [PATCH ghau40 v2 5/5] start normalization " Richard Guy Briggs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).