Re: [PATCH 1/2] seccomp: Create an action to audit before allowing

2017-01-02 Thread kbuild test robot
Hi Tyler, [auto build test ERROR on linus/master] [also build test ERROR on v4.10-rc2 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tyler-Hicks/seccomp-Create-an-action-to-audit-

[PATCH 1/2] seccomp: Create an action to audit before allowing

2017-01-02 Thread Tyler Hicks
Add a new action, SECCOMP_RET_AUDIT, which is identical to SECCOMP_RET_ALLOW with the exception that an audit message is logged rather than quietly allowing the syscall. This can be very useful when initially developing a seccomp filter for an application because the list of syscalls needed, which