commit | 7e611486d905f435faf80969deed68a615019e6b | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Sep 19 13:32:15 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jan 08 13:18:43 2019 -0800 |
tree | 2454816badf417db4dd7f5005d3c180d0771b4ae | |
parent | 5ef4e41918b2dffffa445d8d3a45f3dc257920dc [diff] |
LSM: Refactor "security=" in terms of enable/disable For what are marked as the Legacy Major LSMs, make them effectively exclusive when selected on the "security=" boot parameter, to handle the future case of when a previously major LSMs become non-exclusive (e.g. when TOMOYO starts blob-sharing). Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>