commit | 4ee0776760af03f181e6b80baf5fb1cc1a980f50 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Apr 24 09:32:55 2019 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Apr 25 15:55:48 2019 -0700 |
tree | 382c4962edbab041134d37a906b698213790787b | |
parent | 8c2ffd9174779014c3fe1f96d9dc3641d9175f00 [diff] |
selftests/seccomp: Prepare for exclusive seccomp flags 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: stable@vger.kernel.org # v5.0+ Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Tycho Andersen <tycho@tycho.ws> Acked-by: James Morris <jamorris@linux.microsoft.com>