Re: [PATCH v20 18/23] NET: Store LSM netlabel data in a lsmblob

2020-09-05 Thread Paul Moore
On Wed, Aug 26, 2020 at 11:21 AM Casey Schaufler wrote: > > Netlabel uses LSM interfaces requiring an lsmblob and > the internal storage is used to pass information between > these interfaces, so change the internal data from a secid > to a lsmblob. Update the netlabel interfaces and their > calle

[PATCH v20 18/23] NET: Store LSM netlabel data in a lsmblob

2020-08-26 Thread Casey Schaufler
Netlabel uses LSM interfaces requiring an lsmblob and the internal storage is used to pass information between these interfaces, so change the internal data from a secid to a lsmblob. Update the netlabel interfaces and their callers to accommodate the change. This requires that the modules using ne