summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_template.c
AgeCommit message (Expand)AuthorLines
2021-06-08ima: Set correct casting typesRoberto Sassu-4/+4
2021-06-03ima: Define new template evm-sigRoberto Sassu-1/+4
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu-0/+9
2021-06-01ima: Define new template field imodeRoberto Sassu-0/+2
2021-06-01ima: Define new template fields iuid and igidRoberto Sassu-0/+4
2021-06-01ima: Introduce template field evmsig and write to field sig as fallbackRoberto Sassu-0/+2
2021-03-24ima: Fix the error code for restoring the PCR valueLi Huafei-2/+2
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian-0/+26
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds-1/+1
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov-1/+1
2020-04-19ima: Calculate and extend PCR with digests in ima_template_entryRoberto Sassu-2/+12
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu-2/+13
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi-2/+0
2019-08-29ima: use struct_size() in kzalloc()Gustavo A. R. Silva-3/+2
2019-08-05ima: Store the measurement again when appraising a modsigThiago Jung Bauermann-0/+19
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann-1/+6
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+14
2019-06-30ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definitionThiago Jung Bauermann-1/+7
2019-06-30IMA: Define a new template field bufPrakhar Srivastava-0/+3
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett-8/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2018-10-10security/integrity: constify some read-only dataEric Biggers-5/+6
2017-12-18ima: Fix line continuation formatJoe Perches-6/+5
2017-06-21ima: use ima_parse_buf() to parse template dataRoberto Sassu-31/+13
2017-06-21ima: use ima_parse_buf() to parse measurements headersRoberto Sassu-52/+28
2016-12-20ima: define a canonical binary_runtime_measurements list formatMimi Zohar-2/+21
2016-12-20ima: support restoring multiple template formatsMimi Zohar-3/+49
2016-12-20ima: store the builtin/custom template definitions in a listMimi Zohar-11/+40
2016-12-20ima: on soft reboot, restore the measurement listMimi Zohar-0/+177
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin-2/+0
2014-10-13ima: added support for new kernel cmdline parameter ima_template_fmtRoberto Sassu-5/+34
2014-10-13ima: allocate field pointers array on demand in template_desc_init_fields()Roberto Sassu-21/+13
2014-10-13ima: don't allocate a copy of template_fmt in template_desc_init_fields()Roberto Sassu-13/+17
2014-10-13ima: display template format in meas. list if template name length is zeroRoberto Sassu-1/+3
2014-10-13ima: added error messages to template-related functionsRoberto Sassu-5/+17
2014-09-09ima: initialize only required templateDmitry Kasatkin-24/+4
2014-09-09ima: add missing '__init' keywordsDmitry Kasatkin-2/+2
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin-7/+7
2014-03-07security: integrity: Use a more current logging styleJoe Perches-1/+4
2013-11-30ima: store address of template_fmt_copy in a pointer before calling strsepRoberto Sassu-2/+4
2013-11-25ima: make a copy of template_fmt in template_desc_init_fields()Roberto Sassu-7/+14
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar-0/+3
2013-10-26ima: define kernel parameter 'ima_template=' to change configured defaultRoberto Sassu-0/+31
2013-10-26ima: add Kconfig default measurement list templateMimi Zohar-2/+2
2013-10-25ima: switch to new template management mechanismRoberto Sassu-0/+22
2013-10-25ima: define new template ima-ng and template fields d-ng and n-ngRoberto Sassu-1/+6
2013-10-25ima: define template fields library and new helpersRoberto Sassu-5/+10
2013-10-25ima: new templates management mechanismRoberto Sassu-0/+112