[PATCH v35 08/29] LSM: Use lsmblob in security_secctx_to_secid

2022-04-18 Thread Casey Schaufler
Change the security_secctx_to_secid interface to use a lsmblob structure in place of the single u32 secid in support of module stacking. Change its callers to do the same. The security module hook is unchanged, still passing back a secid. The infrastructure passes the correct entry from the lsmblo

Re: [PATCH v35 08/29] LSM: Use lsmblob in security_secctx_to_secid

2022-04-26 Thread John Johansen
On 4/18/22 07:59, Casey Schaufler wrote: > Change the security_secctx_to_secid interface to use a lsmblob > structure in place of the single u32 secid in support of > module stacking. Change its callers to do the same. > > The security module hook is unchanged, still passing back a secid. > The in