Re: [PATCH security-next v3 09/29] LSM: Provide init debugging infrastructure

2018-10-01 Thread John Johansen
On 09/24/2018 05:18 PM, Kees Cook wrote: > Booting with "lsm.debug" will report future details on how LSM ordering > decisions are being made. > > Signed-off-by: Kees Cook Reviewed-by: John Johansen > --- > .../admin-guide/kernel-parameters.txt | 2 ++ > security/security.c

[PATCH security-next v3 09/29] LSM: Provide init debugging infrastructure

2018-09-24 Thread Kees Cook
Booting with "lsm.debug" will report future details on how LSM ordering decisions are being made. Signed-off-by: Kees Cook --- .../admin-guide/kernel-parameters.txt | 2 ++ security/security.c| 18 ++ 2 files changed, 20 insertions(+) diff -