commit | 5c3070890d06ff82eecb808d02d2ca39169533ef | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue May 01 15:07:31 2018 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu May 03 13:55:52 2018 +0200 |
tree | 61123edee3ab9386a4314c3ce8267007471c0874 | |
parent | fae1fa0fc6cca8beee3ab8ed71d54f9a78fa3f64 [diff] |
seccomp: Enable speculation flaw mitigations When speculation flaw mitigations are opt-in (via prctl), using seccomp will automatically opt-in to these protections, since using seccomp indicates at least some level of sandboxing is desired. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>