Re: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-05 Thread Mimi Zohar
On Thu, 2013-12-05 at 07:15 -0500, Mimi Zohar wrote: > On Thu, 2013-12-05 at 09:49 +0100, Roberto Sassu wrote: > > On 12/04/2013 10:05 PM, Mimi Zohar wrote: > > > On Thu, 2013-11-07 at 15:00 +0100, Roberto Sassu wrote: > > >> +static int __init ima_template_fmt_setup(char *str) > > >> +{ > > >> +

Re: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-05 Thread Mimi Zohar
On Thu, 2013-12-05 at 09:49 +0100, Roberto Sassu wrote: > On 12/04/2013 10:05 PM, Mimi Zohar wrote: > > On Thu, 2013-11-07 at 15:00 +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: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-05 Thread Roberto Sassu
On 12/04/2013 10:05 PM, Mimi Zohar wrote: On Thu, 2013-11-07 at 15:00 +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: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-05 Thread Roberto Sassu
On 12/04/2013 10:05 PM, Mimi Zohar wrote: On Thu, 2013-11-07 at 15:00 +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: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-05 Thread Mimi Zohar
On Thu, 2013-12-05 at 09:49 +0100, Roberto Sassu wrote: On 12/04/2013 10:05 PM, Mimi Zohar wrote: On Thu, 2013-11-07 at 15:00 +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: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-05 Thread Mimi Zohar
On Thu, 2013-12-05 at 07:15 -0500, Mimi Zohar wrote: On Thu, 2013-12-05 at 09:49 +0100, Roberto Sassu wrote: On 12/04/2013 10:05 PM, Mimi Zohar wrote: On Thu, 2013-11-07 at 15:00 +0100, Roberto Sassu wrote: +static int __init ima_template_fmt_setup(char *str) +{ +int

Re: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-04 Thread Mimi Zohar
On Thu, 2013-11-07 at 15:00 +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. > > Signed-off-by: Roberto

Re: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-12-04 Thread Mimi Zohar
On Thu, 2013-11-07 at 15:00 +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. Signed-off-by: Roberto Sassu

Re: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-11-18 Thread Roberto Sassu
On 11/18/2013 04:35 PM, Dmitry Kasatkin wrote: On Thu, Nov 7, 2013 at 4:00 PM, 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: [RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-11-18 Thread Roberto Sassu
On 11/18/2013 04:35 PM, Dmitry Kasatkin wrote: On Thu, Nov 7, 2013 at 4:00 PM, Roberto Sassu roberto.sa...@polito.it 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

[RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-11-07 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. Signed-off-by: Roberto Sassu --- Documentation/kernel-parameters.txt | 4 +++

[RFC][PATCH 4/4] ima: added support for new kernel cmdline parameter ima_template_fmt

2013-11-07 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. Signed-off-by: Roberto Sassu roberto.sa...@polito.it ---