Re: [PATCH 07/18] LSM: Add minor LSM initialization loop

2018-09-15 Thread Kees Cook
On Sat, Sep 15, 2018 at 6:27 PM, Jann Horn wrote: > On Sun, Sep 16, 2018 at 3:11 AM Kees Cook wrote: >> Split initialization loop into two phases: "exclusive" LSMs and "minor" >> LSMs. >> >> Signed-off-by: Kees Cook >> --- >> include/linux/lsm_hooks.h | 6 ++ >> security/security.c |

Re: [PATCH 07/18] LSM: Add minor LSM initialization loop

2018-09-15 Thread Jann Horn
On Sun, Sep 16, 2018 at 3:11 AM Kees Cook wrote: > Split initialization loop into two phases: "exclusive" LSMs and "minor" > LSMs. > > Signed-off-by: Kees Cook > --- > include/linux/lsm_hooks.h | 6 ++ > security/security.c | 8 +--- > 2 files changed, 11 insertions(+), 3 deletions