summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima.h
AgeCommit message (Expand)Author
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-04-12ima: add crypto agility support for template-hash algorithmEnrico Bravi
2024-04-09ima: Move file-change detection variables into new structureStefan Berger
2024-02-15ima: Make it independent from 'integrity' LSMRoberto Sassu
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-01-31ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2022-11-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore
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