mbox series

[for-next/seccomp,v2,0/2] selftests/seccomp: SKIP tests requiring root

Message ID 20200710230107.2528890-1-keescook@chromium.org (mailing list archive)
Headers show
Series selftests/seccomp: SKIP tests requiring root | expand

Message

Kees Cook July 10, 2020, 11:01 p.m. UTC
v2:
- check for CONFIG_USER_NS
- add review
- fix Cc list
v1: https://lore.kernel.org/lkml/20200710185156.2437687-1-keescook@chromium.org

Hi,

This fixes the seccomp selftests to pass (with SKIPs) for regular users.

I intend to put this in my for-next/seccomp tree (to avoid further conflicts
with the kselftest tree).

(and for those following along, this is effectively based on the -next tree)

-Kees

Kees Cook (2):
  selftests/seccomp: Add SKIPs for failed unshare()
  selftests/seccomp: Set NNP for TSYNC ESRCH flag test

 tools/testing/selftests/seccomp/config        |  1 +
 tools/testing/selftests/seccomp/seccomp_bpf.c | 15 +++++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)