summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h
AgeCommit message (Expand)AuthorLines
2021-08-16IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon-1/+5
2021-08-16IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon-3/+3
2021-08-16IMA: block writes of the security.ima xattr with unsupported algorithmsTHOBY Simon-1/+1
2021-07-23ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu-1/+1
2021-07-23ima: Return int in the functions to measure a bufferRoberto Sassu-5/+5
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian-4/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+12
2021-01-24ima: handle idmapped mountsChristian Brauner-7/+12
2021-01-14IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi-0/+1
2021-01-14IMA: add support to measure buffer data hashTushar Sugandhi-1/+2
2021-01-14IMA: generalize keyring specific measurement constructsTushar Sugandhi-3/+3
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian-0/+1
2020-10-29ima: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-07-20ima: Rename internal filter rule functionsTyler Hicks-8/+8
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks-1/+1
2020-07-20ima: Move comprehensive rule validation checks out of the token parserTyler Hicks-6/+0
2020-07-16ima: Have the LSM free its audit ruleTyler Hicks-0/+5
2020-07-16IMA: Add audit log for failure conditionsLakshmi Ramasubramanian-16/+32
2020-06-24ima: extend boot_aggregate with kernel measurementsMaurizio Drocco-1/+1
2020-06-03ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu-1/+2
2020-05-07ima: Fix ima digest hash table key calculationKrzysztof Struczynski-3/+4
2020-04-19ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu-0/+1
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu-1/+5
2020-04-19ima: Store template digest directly in ima_template_entryRoberto Sassu-2/+1
2020-01-23IMA: Defined delayed workqueue to free the queued keysLakshmi Ramasubramanian-0/+2
2020-01-23IMA: Define workqueue for early boot key measurementsLakshmi Ramasubramanian-0/+22
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian-3/+5
2019-12-12IMA: Add KEY_CHECK func to measure keysLakshmi Ramasubramanian-0/+1
2019-11-12ima: Check against blacklisted hashes for files with modsigNayna Jain-0/+8
2019-11-12ima: Make process_buffer_measurement() genericNayna Jain-0/+3
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2019-08-19kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett-0/+2
2019-08-05ima: Store the measurement again when appraising a modsigThiago Jung Bauermann-0/+1
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann-1/+19
2019-08-05ima: Collect modsigThiago Jung Bauermann-1/+7
2019-08-05ima: Implement support for module-style appended signaturesThiago Jung Bauermann-2/+20
2019-08-05ima: Add modsig appraise_type option for module-style appended signaturesThiago Jung Bauermann-0/+9
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+17
2019-06-30IMA: Define a new template field bufPrakhar Srivastava-0/+2
2019-06-24IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava-0/+1
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett-4/+12
2019-06-14ima: use the lsm policy update notifierJanne Karhunen-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-0/+1
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu-0/+1
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs-2/+1
2018-10-10security/integrity: constify some read-only dataEric Biggers-1/+1
2018-08-15Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-1/+1
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2018-07-28ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger-1/+0