Message ID | 20220628005611.13106-1-casey@schaufler-ca.com (mailing list archive) |
---|---|
Headers | show |
Series | LSM: Module stacking for AppArmor | expand |
On 6/27/22 17:55, Casey Schaufler wrote: > This patchset provides the changes required for > the AppArmor security module to stack safely with any other. > There are additional changes required for SELinux and Smack > to coexist. These are primarily in the networking code and > will be addressed after these changes are upstream. > > v37: Rebase to 5.19-rc3 > - Audit changes should be complete, all comments have been > addressed. > - Address indexing an empty array for the case where no > built in security modules require data in struct lsmblob. > - Fix a few checkpatch complaints. > v36: Rebase to 5.19-rc1 > - Yet another rework of the audit changes. Rearranging how the > timestamp is managed allows auxiliary records to be generated > correctly with a minimum of fuss. > - In the end no LSM interface scaffolding remains. Secids have > been replaced with lsmblob structures in all cases, including > IMA and NetLabel. <<snip>> > https://github.com/cschaufler/lsm-stacking.git#stack-5.19-rc3-v37 > hey Casey, I am not finding v37 in your public github tree, the newest I see is v36 and v36-a both based on 5.19-rc1. Can you make sure v37 is pushed? thanks john
On 7/12/2022 2:42 PM, John Johansen wrote: > On 6/27/22 17:55, Casey Schaufler wrote: >> This patchset provides the changes required for >> the AppArmor security module to stack safely with any other. >> There are additional changes required for SELinux and Smack >> to coexist. These are primarily in the networking code and >> will be addressed after these changes are upstream. >> >> v37: Rebase to 5.19-rc3 >> - Audit changes should be complete, all comments have been >> addressed. >> - Address indexing an empty array for the case where no >> built in security modules require data in struct lsmblob. >> - Fix a few checkpatch complaints. >> v36: Rebase to 5.19-rc1 >> - Yet another rework of the audit changes. Rearranging how the >> timestamp is managed allows auxiliary records to be generated >> correctly with a minimum of fuss. >> - In the end no LSM interface scaffolding remains. Secids have >> been replaced with lsmblob structures in all cases, including >> IMA and NetLabel. > > <<snip>> > >> https://github.com/cschaufler/lsm-stacking.git#stack-5.19-rc3-v37 >> > > hey Casey, > > I am not finding v37 in your public github tree, the newest I see is v36 > and v36-a both based on 5.19-rc1. Can you make sure v37 is pushed? Whoops. v37 hadn't gotten pushed. It has been now. Thanks for your interest! And subsequent reviews, of course. > > thanks > john >