OSDN Git Service

selftests/seccomp: Add SKIP for failed unshare()
authorYang Guang <yang.guang5@zte.com.cn>
Wed, 30 Mar 2022 00:22:10 +0000 (08:22 +0800)
committerKees Cook <keescook@chromium.org>
Fri, 29 Apr 2022 18:28:43 +0000 (11:28 -0700)
commit95a126d9812ff51f7ff3e42d956390ff9a1801f8
tree2da16c9c8aaa408f8f05da8fbaeb5ec34edcaf05
parentd250a3e4e5b41d9d805a8bfd2458b548d1681742
selftests/seccomp: Add SKIP for failed unshare()

Running the seccomp tests under the kernel with "defconfig"
shouldn't fail. Because the CONFIG_USER_NS is not supported
in "defconfig". Skipping this case instead of failing it is
better.

Signed-off-by: Yang Guang <yang.guang5@zte.com.cn>
Signed-off-by: David Yang <davidcomponentone@gmail.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/7f7687696a5c0a2d040a24474616e945c7cf2bb5.1648599460.git.yang.guang5@zte.com.cn
tools/testing/selftests/seccomp/seccomp_bpf.c