Message ID | 20201202162643.249276-1-mic@digikod.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 2c07343abd8932200a45ff7b10950e71081e9e77 |
Headers | show |
Series | selftests/seccomp: Update kernel config | expand |
On Wed, 2 Dec 2020 17:26:43 +0100, Mickaël Salaün wrote: > seccomp_bpf.c uses unshare(CLONE_NEWPID), which requires CONFIG_PID_NS > to be set. Applied to for-next/seccomp, thanks! [1/1] selftests/seccomp: Update kernel config https://git.kernel.org/kees/c/2c07343abd89
diff --git a/tools/testing/selftests/seccomp/config b/tools/testing/selftests/seccomp/config index 64c19d8eba79..ad431a5178fb 100644 --- a/tools/testing/selftests/seccomp/config +++ b/tools/testing/selftests/seccomp/config @@ -1,3 +1,4 @@ +CONFIG_PID_NS=y CONFIG_SECCOMP=y CONFIG_SECCOMP_FILTER=y CONFIG_USER_NS=y