summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_template.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* security/integrity: constify some read-only dataEric Biggers2018-10-101-5/+6
* ima: Fix line continuation formatJoe Perches2017-12-181-6/+5Star
* ima: use ima_parse_buf() to parse template dataRoberto Sassu2017-06-211-31/+13Star
* ima: use ima_parse_buf() to parse measurements headersRoberto Sassu2017-06-211-52/+28Star
* 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/+0Star
* 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/+13Star
* 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/+4Star
* 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-11-011-0/+3
* ima: define kernel parameter 'ima_template=' to change configured defaultRoberto Sassu2013-10-271-0/+31
* ima: add Kconfig default measurement list templateMimi Zohar2013-10-271-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