aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/integrity/ima/ima_template_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-06ima: fix violation measurement list recordMimi Zohar1-3/+3
2022-05-05ima: support fs-verity file digest based version 3 signaturesMimi Zohar1-1/+3
2022-05-05ima: permit fsverity's file digests in the IMA measurement listMimi Zohar1-3/+7
2022-05-05ima: define a new template field named 'd-ngv2' and templatesMimi Zohar1-11/+65
2022-05-01ima: use IMA default hash algorithm for integrity violationsMimi Zohar1-1/+1
2022-05-01ima: fix 'd-ng' comments and documentationMimi Zohar1-3/+5
2022-02-15ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar1-4/+1
2022-02-15ima: Fix trivial typos in the commentsAustin Kim1-1/+1
2021-06-08ima: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-08ima/evm: Fix type mismatchRoberto Sassu1-5/+6
2021-06-08ima: Set correct casting typesRoberto Sassu1-5/+6
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu1-0/+64
2021-06-01ima: Define new template field imodeRoberto Sassu1-0/+22
2021-06-01ima: Define new template fields iuid and igidRoberto Sassu1-0/+45
2021-06-01ima: Add ima_show_template_uint() template library functionRoberto Sassu1-1/+37
2021-06-01ima: Introduce template field evmsig and write to field sig as fallbackRoberto Sassu1-1/+32
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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-06-03ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu1-0/+18
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-2/+0
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann1-1/+63
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-0/+21
2019-06-30IMA: Define a new template field bufPrakhar Srivastava1-0/+21
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva1-0/+1
2018-05-17ima: Unify loggingPetr Vorel1-0/+2
2018-03-25ima: Simplify ima_eventsig_init()Thiago Jung Bauermann1-8/+3
2017-06-21ima: introduce ima_parse_buf()Roberto Sassu1-0/+61
2016-12-20ima: define a canonical binary_runtime_measurements list formatMimi Zohar1-2/+5
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin1-1/+0
2015-06-16ima: fix ima_show_template_data_ascii()Mimi Zohar1-1/+2
2015-05-21ima: pass iint to ima_add_violation()Roberto Sassu1-3/+2
2015-05-21ima: wrap event related data to the new ima_event_data structureRoberto Sassu1-41/+29
2014-11-19kill f_dentry usesAl Viro1-1/+1
2014-03-07ima: reduce memory usage when a template containing the n field is usedRoberto Sassu1-15/+4
2014-03-07ima: restore the original behavior for sending data with ima templateRoberto Sassu1-3/+7
2014-01-06Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPMJames Morris1-1/+5
2014-01-03ima: remove unneeded size_limit argument from ima_eventdigest_init_common()Roberto Sassu1-8/+6
2014-01-03ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init()Roberto Sassu1-2/+2
2014-01-03ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init()Roberto Sassu1-1/+1
2013-11-25ima: do not send field length to userspace for digest of ima templateRoberto Sassu1-1/+5
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar1-2/+36
2013-10-25ima: define new template ima-ng and template fields d-ng and n-ngRoberto Sassu1-16/+136
2013-10-25ima: define template fields library and new helpersRoberto Sassu1-0/+193