commit | 00a02d0c502a06d15e07b857f8ff921e3e402675 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu May 03 14:56:12 2018 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat May 05 00:51:44 2018 +0200 |
tree | d1f2bd8ff6733e43840a199d11e455790d7c21c8 | |
parent | b849a812f7eb92e96d1c8239b06581b2cfd8b275 [diff] |
seccomp: Add filter flag to opt-out of SSB mitigation If a seccomp user is not interested in Speculative Store Bypass mitigation by default, it can set the new SECCOMP_FILTER_FLAG_SPEC_ALLOW flag when adding filters. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>