Re: [PATCH security-next v3 08/29] LSM: Record LSM name in struct lsm_info

2018-10-01 Thread John Johansen
On 09/24/2018 05:18 PM, Kees Cook wrote: > In preparation for making LSM selections outside of the LSMs, include > the name of LSMs in struct lsm_info. > > Cc: James Morris > Signed-off-by: Kees Cook I'll leave this one until after the changes you have already discussed with Tetsuo around, END

[PATCH security-next v3 08/29] LSM: Record LSM name in struct lsm_info

2018-09-24 Thread Kees Cook
In preparation for making LSM selections outside of the LSMs, include the name of LSMs in struct lsm_info. Cc: James Morris Signed-off-by: Kees Cook --- include/linux/lsm_hooks.h | 4 1 file changed, 4 insertions(+) diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index