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