Re: [PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-07 Thread Mimi Zohar
On Sat, 2013-12-07 at 10:57 +0100, Roberto Sassu wrote: > On 12/06/2013 08:36 PM, Mimi Zohar wrote: > > On Fri, 2013-12-06 at 13:57 +0100, Roberto Sassu wrote: > >> This patch allows users to provide a custom template format through the > >> new kernel command line parameter 'ima_template_fmt'. If

Re: [PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-07 Thread Roberto Sassu
On 12/06/2013 08:36 PM, Mimi Zohar wrote: On Fri, 2013-12-06 at 13:57 +0100, Roberto Sassu wrote: This patch allows users to provide a custom template format through the new kernel command line parameter 'ima_template_fmt'. If the supplied format is not valid, IMA uses the default template

Re: [PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-07 Thread Roberto Sassu
On 12/06/2013 08:36 PM, Mimi Zohar wrote: On Fri, 2013-12-06 at 13:57 +0100, Roberto Sassu wrote: This patch allows users to provide a custom template format through the new kernel command line parameter 'ima_template_fmt'. If the supplied format is not valid, IMA uses the default template

Re: [PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-07 Thread Mimi Zohar
On Sat, 2013-12-07 at 10:57 +0100, Roberto Sassu wrote: On 12/06/2013 08:36 PM, Mimi Zohar wrote: On Fri, 2013-12-06 at 13:57 +0100, Roberto Sassu wrote: This patch allows users to provide a custom template format through the new kernel command line parameter 'ima_template_fmt'. If the

Re: [PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-06 Thread Mimi Zohar
On Fri, 2013-12-06 at 13:57 +0100, Roberto Sassu wrote: > This patch allows users to provide a custom template format through the > new kernel command line parameter 'ima_template_fmt'. If the supplied > format is not valid, IMA uses the default template descriptor. > > Changelog: > - simplified

[PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-06 Thread Roberto Sassu
This patch allows users to provide a custom template format through the new kernel command line parameter 'ima_template_fmt'. If the supplied format is not valid, IMA uses the default template descriptor. Changelog: - simplified code of ima_template_fmt_setup() (Roberto Sassu, suggested by

[PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-06 Thread Roberto Sassu
This patch allows users to provide a custom template format through the new kernel command line parameter 'ima_template_fmt'. If the supplied format is not valid, IMA uses the default template descriptor. Changelog: - simplified code of ima_template_fmt_setup() (Roberto Sassu, suggested by

Re: [PATCH-v2 3/3] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-06 Thread Mimi Zohar
On Fri, 2013-12-06 at 13:57 +0100, Roberto Sassu wrote: This patch allows users to provide a custom template format through the new kernel command line parameter 'ima_template_fmt'. If the supplied format is not valid, IMA uses the default template descriptor. Changelog: - simplified code