commit | 2d4d51198c730adbbc5e071b18c84e5d0d2d65df | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Sep 19 16:58:31 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jan 08 13:18:42 2019 -0800 |
tree | f3c9c1306ab7f7feb862863b03c3c7c4be9dc35e | |
parent | f4941d75b9cba5e1fae1aebe0139dcca0703a294 [diff] |
LSM: Build ordered list of LSMs to initialize This constructs an ordered list of LSMs to initialize, using a hard-coded list of only "integrity": minor LSMs continue to have direct hook calls, and major LSMs continue to initialize separately. Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>