aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h
AgeCommit message (Expand)Author
2023-01-18ima: Rename internal filter rule functionsTyler Hicks
2020-12-08ima: extend boot_aggregate with kernel measurementsMaurizio Drocco
2020-08-19ima: Have the LSM free its audit ruleTyler Hicks
2020-06-22ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu
2020-06-22ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett
2019-08-05ima: Store the measurement again when appraising a modsigThiago Jung Bauermann
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann
2019-08-05ima: Collect modsigThiago Jung Bauermann
2019-08-05ima: Implement support for module-style appended signaturesThiago Jung Bauermann
2019-08-05ima: Add modsig appraise_type option for module-style appended signaturesThiago Jung Bauermann
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-30IMA: Define a new template field bufPrakhar Srivastava
2019-06-24IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett
2019-06-14ima: use the lsm policy update notifierJanne Karhunen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2018-10-10security/integrity: constify some read-only dataEric Biggers
2018-08-15Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-28ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger
2018-07-28ima: Use tpm_default_chip() and call TPM functions with a tpm_chipStefan Berger
2018-07-16ima: based on policy require signed kexec kernel imagesMimi Zohar
2018-07-12IMA: don't propagate opened through the entire thingAl Viro
2018-05-17ima: Remove unused variable ima_initializedPetr Vorel
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett
2017-06-21ima: Simplify policy_func_show.Thiago Jung Bauermann
2017-06-21integrity: Small code improvementsThiago Jung Bauermann
2017-06-21ima: fix up #endif commentsTycho Andersen
2017-01-27ima: fix ima_d_path() possible race with renameMimi Zohar
2016-12-20ima: define a canonical binary_runtime_measurements list formatMimi Zohar
2016-12-20ima: store the builtin/custom template definitions in a listMimi Zohar
2016-12-20ima: on soft reboot, save the measurement listMimi Zohar
2016-12-20ima: maintain memory size needed for serializing the measurement listMimi Zohar
2016-12-20ima: on soft reboot, restore the measurement listMimi Zohar
2016-06-30ima: include pcr for each measurement log entryEric Richter
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter
2016-03-28constify ima_d_path()Al Viro
2016-02-21ima: measure and appraise the IMA policy itselfMimi Zohar
2016-02-21ima: support for kexec image and initramfsMimi Zohar
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar
2016-02-18ima: provide buffer hash calculation functionDmitry Kasatkin
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin
2015-12-24IMA: policy can be updated zero timesSasha Levin