linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Improved seccomp logging
@ 2017-07-28 20:55 Tyler Hicks
  2017-07-28 20:55 ` [PATCH v5 1/6] seccomp: Sysctl to display available actions Tyler Hicks
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Tyler Hicks @ 2017-07-28 20:55 UTC (permalink / raw)
  To: Kees Cook
  Cc: Andy Lutomirski, Will Drewry, Paul Moore, Eric Paris,
	John Crispin, linux-audit, linux-kernel, linux-api

This is an update to the previous seccomp logging patch sets. The main
difference in this revision compared to the last is that the application now
has the ability to request that all actions in a filter, except for RET_ALLOW,
should be logged. This is done with a new filter flag. In support of that
change, the log_max_action sysctl was renamed to actions_logged as it now lists
the actions that an admin has allowed to be logged. The admin has the final say
in what actions get logged.

Please see the individual patches for summaries of changes since the last
revision.

Thanks!

Tyler

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

end of thread, other threads:[~2017-08-10 23:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 20:55 [PATCH v5 0/6] Improved seccomp logging Tyler Hicks
2017-07-28 20:55 ` [PATCH v5 1/6] seccomp: Sysctl to display available actions Tyler Hicks
2017-08-03 16:37   ` Kees Cook
2017-08-04  0:46     ` Tyler Hicks
2017-07-28 20:55 ` [PATCH v5 2/6] seccomp: Sysctl to configure actions that are allowed to be logged Tyler Hicks
2017-08-03 16:33   ` Kees Cook
2017-08-04 22:24     ` Tyler Hicks
2017-08-07 19:16       ` Tyler Hicks
2017-08-10 23:58       ` Tyler Hicks
2017-07-28 20:55 ` [PATCH v5 3/6] seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW Tyler Hicks
2017-08-03 16:51   ` Kees Cook
2017-08-04 22:54     ` Tyler Hicks
2017-07-28 20:55 ` [PATCH v5 4/6] seccomp: Operation for checking if an action is available Tyler Hicks
2017-08-03 16:54   ` Kees Cook
2017-08-04 22:56     ` Tyler Hicks
2017-07-28 20:55 ` [PATCH v5 5/6] seccomp: Action to log before allowing Tyler Hicks
2017-08-03 16:56   ` Kees Cook
2017-08-04 22:57     ` Tyler Hicks
2017-07-28 20:55 ` [PATCH v5 6/6] seccomp: Selftest for detection of filter flag support Tyler Hicks
2017-08-03 16:58   ` Kees Cook
2017-08-04 22:57     ` Tyler Hicks

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).