On Mon, Jun 15, 2020 at 08:25:22PM -0700, Kees Cook wrote:
The user_trap_syscall() helper creates a filter with SECCOMP_RET_USER_NOTIF. To avoid confusion with SECCOMP_RET_TRAP, rename the helper to user_notif_syscall().
Additionally fix a redundant "return" after XFAIL.
Signed-off-by: Kees Cook keescook@chromium.org
Reviewed-by: Tycho Andersen tycho@tycho.ws