Re: [PATCH v35 04/29] LSM: provide lsm name and id slot mappings

2022-04-21 Thread John Johansen
On 4/18/22 07:59, Casey Schaufler wrote: > Provide interfaces to map LSM slot numbers and LSM names. > Update the LSM registration code to save this information. > > Acked-by: Paul Moore > Reviewed-by: Kees Cook > Signed-off-by: Casey Schaufler Reviewed-by: John Johansen > --- > include/li

[PATCH v35 04/29] LSM: provide lsm name and id slot mappings

2022-04-18 Thread Casey Schaufler
Provide interfaces to map LSM slot numbers and LSM names. Update the LSM registration code to save this information. Acked-by: Paul Moore Reviewed-by: Kees Cook Signed-off-by: Casey Schaufler --- include/linux/security.h | 4 security/security.c | 45