Re: [PATCH v3 3/6] ima: load x509 certificate from the kernel

2014-11-03 Thread Mimi Zohar
On Fri, 2014-10-10 at 17:09 +0300, Dmitry Kasatkin wrote: > Define configuration option to load X509 certificate into the > IMA trusted kernel keyring. It implements ima_load_x509() hook > to load X509 certificate into the .ima trusted kernel keyring > from root filesystem. > > Changes in v2: >

Re: [PATCH v3 3/6] ima: load x509 certificate from the kernel

2014-11-03 Thread Mimi Zohar
On Fri, 2014-10-10 at 17:09 +0300, Dmitry Kasatkin wrote: Define configuration option to load X509 certificate into the IMA trusted kernel keyring. It implements ima_load_x509() hook to load X509 certificate into the .ima trusted kernel keyring from root filesystem. Changes in v2: * added

[PATCH v3 3/6] ima: load x509 certificate from the kernel

2014-10-10 Thread Dmitry Kasatkin
Define configuration option to load X509 certificate into the IMA trusted kernel keyring. It implements ima_load_x509() hook to load X509 certificate into the .ima trusted kernel keyring from root filesystem. Changes in v2: * added '__init' * use ima_policy_flag to disable appraisal to load keys

[PATCH v3 3/6] ima: load x509 certificate from the kernel

2014-10-10 Thread Dmitry Kasatkin
Define configuration option to load X509 certificate into the IMA trusted kernel keyring. It implements ima_load_x509() hook to load X509 certificate into the .ima trusted kernel keyring from root filesystem. Changes in v2: * added '__init' * use ima_policy_flag to disable appraisal to load keys