summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_template.c
Commit message (Expand)AuthorAgeFilesLines
* ima: use struct_size() in kzalloc()Gustavo A. R. Silva2019-08-291-3/+2
* ima: Store the measurement again when appraising a modsigThiago Jung Bauermann2019-08-051-0/+19
* ima: Define ima-modsig templateThiago Jung Bauermann2019-08-051-1/+6
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-9/+14
|\
| * ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definitionThiago Jung Bauermann2019-06-301-1/+7
| * IMA: Define a new template field bufPrakhar Srivastava2019-06-301-0/+3
| * IMA: support for per policy rule template formatsMatthew Garrett2019-06-191-8/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* security/integrity: constify some read-only dataEric Biggers2018-10-101-5/+6
* ima: Fix line continuation formatJoe Perches2017-12-181-6/+5
* ima: use ima_parse_buf() to parse template dataRoberto Sassu2017-06-211-31/+13
* ima: use ima_parse_buf() to parse measurements headersRoberto Sassu2017-06-211-52/+28
* ima: define a canonical binary_runtime_measurements list formatMimi Zohar2016-12-201-2/+21
* ima: support restoring multiple template formatsMimi Zohar2016-12-201-3/+49
* ima: store the builtin/custom template definitions in a listMimi Zohar2016-12-201-11/+40
* ima: on soft reboot, restore the measurement listMimi Zohar2016-12-201-0/+177
* ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin2016-02-181-2/+0
* ima: added support for new kernel cmdline parameter ima_template_fmtRoberto Sassu2014-10-131-5/+34
* ima: allocate field pointers array on demand in template_desc_init_fields()Roberto Sassu2014-10-131-21/+13
* ima: don't allocate a copy of template_fmt in template_desc_init_fields()Roberto Sassu2014-10-131-13/+17
* ima: display template format in meas. list if template name length is zeroRoberto Sassu2014-10-131-1/+3
* ima: added error messages to template-related functionsRoberto Sassu2014-10-131-5/+17
* ima: initialize only required templateDmitry Kasatkin2014-09-091-24/+4
* ima: add missing '__init' keywordsDmitry Kasatkin2014-09-091-2/+2
* integrity: fix checkpatch errorsDmitry Kasatkin2014-03-071-7/+7
* security: integrity: Use a more current logging styleJoe Perches2014-03-071-1/+4
* ima: store address of template_fmt_copy in a pointer before calling strsepRoberto Sassu2013-11-301-2/+4
* ima: make a copy of template_fmt in template_desc_init_fields()Roberto Sassu2013-11-251-7/+14
* ima: extend the measurement list to include the file signatureMimi Zohar2013-10-311-0/+3
* ima: define kernel parameter 'ima_template=' to change configured defaultRoberto Sassu2013-10-261-0/+31
* ima: add Kconfig default measurement list templateMimi Zohar2013-10-261-2/+2
* ima: switch to new template management mechanismRoberto Sassu2013-10-251-0/+22
* ima: define new template ima-ng and template fields d-ng and n-ngRoberto Sassu2013-10-251-1/+6
* ima: define template fields library and new helpersRoberto Sassu2013-10-251-5/+10
* ima: new templates management mechanismRoberto Sassu2013-10-251-0/+112