summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima.h
AgeCommit message (Expand)Author
2021-08-16IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon
2021-08-16IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon
2021-08-16IMA: block writes of the security.ima xattr with unsupported algorithmsTHOBY Simon
2021-07-23ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu
2021-07-23ima: Return int in the functions to measure a bufferRoberto Sassu
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24ima: handle idmapped mountsChristian Brauner
2021-01-14IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi
2021-01-14IMA: add support to measure buffer data hashTushar Sugandhi
2021-01-14IMA: generalize keyring specific measurement constructsTushar Sugandhi
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian
2020-10-29ima: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-07-20ima: Rename internal filter rule functionsTyler Hicks
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks
2020-07-20ima: Move comprehensive rule validation checks out of the token parserTyler Hicks
2020-07-16ima: Have the LSM free its audit ruleTyler Hicks
2020-07-16IMA: Add audit log for failure conditionsLakshmi Ramasubramanian
2020-06-24ima: extend boot_aggregate with kernel measurementsMaurizio Drocco
2020-06-03ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu
2020-05-07ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2020-04-19ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu
2020-04-19ima: Store template digest directly in ima_template_entryRoberto Sassu
2020-01-23IMA: Defined delayed workqueue to free the queued keysLakshmi Ramasubramanian
2020-01-23IMA: Define workqueue for early boot key measurementsLakshmi Ramasubramanian
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian
2019-12-12IMA: Add KEY_CHECK func to measure keysLakshmi Ramasubramanian
2019-11-12ima: Check against blacklisted hashes for files with modsigNayna Jain
2019-11-12ima: Make process_buffer_measurement() genericNayna Jain
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