Re: [PATCH 1/2] selftests/seccomp: Prepare for exclusive seccomp flags

2019-04-24 Thread James Morris
On Wed, 24 Apr 2019, Kees Cook wrote: > Some seccomp flags will become exclusive, so the selftest needs to > be adjusted to mask those out and test them individually for the "all > flags" tests. > > Cc: sta...@vger.kernel.org # v5.0+ > Signed-off-by: Kees Cook Acked-by: James Morris > --- >

Re: [PATCH 1/2] selftests/seccomp: Prepare for exclusive seccomp flags

2019-04-24 Thread Tycho Andersen
On Wed, Apr 24, 2019 at 09:37:55AM -0700, Kees Cook wrote: > Some seccomp flags will become exclusive, so the selftest needs to > be adjusted to mask those out and test them individually for the "all > flags" tests. > > Cc: sta...@vger.kernel.org # v5.0+ > Signed-off-by: Kees Cook Whoops,

[PATCH 1/2] selftests/seccomp: Prepare for exclusive seccomp flags

2019-04-24 Thread Kees Cook
Some seccomp flags will become exclusive, so the selftest needs to be adjusted to mask those out and test them individually for the "all flags" tests. Cc: sta...@vger.kernel.org # v5.0+ Signed-off-by: Kees Cook --- tools/testing/selftests/seccomp/seccomp_bpf.c | 34 ++- 1 file