[PATCH 0/2] Begin auditing SECCOMP_RET_ERRNO return actions

From: Tyler Hicks
Date: Mon Jan 02 2017 - 11:54:24 EST


This patch set creates the basis for auditing information specific to a given
seccomp return action and then starts auditing SECCOMP_RET_ERRNO return
actions. The audit messages for SECCOMP_RET_ERRNO return actions include the
errno value that will be returned to userspace.

Tyler