| From | Kees Cook <> | Date | Fri, 21 Sep 2018 19:50:39 -0700 | Subject | Re: [PATCH v4 08/19] Infrastructure management of the cred security blob |
| |
On Fri, Sep 21, 2018 at 5:18 PM, Casey Schaufler <casey@schaufler-ca.com> wrote: > Move management of the cred security blob out of the > security modules and into the security infrastructre. > Instead of allocating and freeing space the security > modules tell the infrastructure how much space they > require. > > Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
When combined with my series, this gets slightly simpler: - the double init call and the "finished" stuff goes away - debugging output is controlled by "lsm.debug" param instead of a CONFIG
Regardless, for the overall logic, calculating the sizes, etc:
Reviewed-by: Kees Cook <keescook@chromium.org>
-Kees
-- Kees Cook Pixel Security
|