Re: [RFC PATCH v1 0/3] security/x86/sgx: SGX specific LSM hooks

2019-06-10 Thread Jarkko Sakkinen
On Mon, Jun 10, 2019 at 12:03:03AM -0700, Cedric Xing wrote: > This series intends to make the new SGX subsystem and the existing LSM > architecture work together smoothly so that, say, SGX cannot be abused to work > around restrictions set forth by LSM. This series applies on top of Jarkko > Sakki

[RFC PATCH v1 0/3] security/x86/sgx: SGX specific LSM hooks

2019-06-10 Thread Cedric Xing
This series intends to make the new SGX subsystem and the existing LSM architecture work together smoothly so that, say, SGX cannot be abused to work around restrictions set forth by LSM. This series applies on top of Jarkko Sakkinen's SGX series v20 (https://lkml.org/lkml/2019/4/17/344), where abu