Re: [PATCH v17 05/23] net: Prepare UDS for security module stacking

2020-05-18 Thread Stephen Smalley
On Thu, May 14, 2020 at 7:25 PM Casey Schaufler wrote: > > Change the data used in UDS SO_PEERSEC processing from a > secid to a more general struct lsmblob. Update the > security_socket_getpeersec_dgram() interface to use the > lsmblob. There is a small amount of scaffolding code > that will come

[PATCH v17 05/23] net: Prepare UDS for security module stacking

2020-05-14 Thread Casey Schaufler
Change the data used in UDS SO_PEERSEC processing from a secid to a more general struct lsmblob. Update the security_socket_getpeersec_dgram() interface to use the lsmblob. There is a small amount of scaffolding code that will come out when the security_secid_to_secctx() code is brought in line wit