summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_appraise.c
AgeCommit message (Expand)Author
2022-07-07ima: Fix a potential integer overflow in ima_appraise_measurementHuaxin Lu
2022-05-05ima: support fs-verity file digest based version 3 signaturesMimi Zohar
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-08-23IMA: reject unknown hash algorithms in ima_get_hash_algoTHOBY Simon
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-06-10ima: differentiate between EVM failures in the audit logMimi Zohar
2021-06-01ima: Don't remove security.ima if file must not be appraisedRoberto Sassu
2021-06-01ima: Allow imasig requirement to be satisfied by EVM portable signaturesRoberto Sassu
2021-05-21evm: Allow xattr/attr operations for portable signaturesRoberto Sassu
2021-05-21evm: Introduce evm_revalidate_status()Roberto Sassu
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore
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-24xattr: handle idmapped mountsTycho Andersen
2021-01-14IMA: add support to measure buffer data hashTushar Sugandhi
2020-11-02ima: defer arch_ima_get_secureboot() call to IMA init timeArd Biesheuvel
2020-10-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-09ima: limit secure boot feedback scope for appraiseBruno Meneguele
2020-09-08integrity: invalid kernel parameters feedbackBruno Meneguele
2020-09-08ima: add check for enforced appraise optionBruno Meneguele
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian
2019-11-12ima: Check against blacklisted hashes for files with modsigNayna Jain
2019-08-05ima: Collect modsigThiago Jung Bauermann
2019-08-05ima: Implement support for module-style appended signaturesThiago Jung Bauermann
2019-08-05ima: Factor xattr_verify() out of ima_appraise_measurement()Thiago Jung Bauermann
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-30integrity: Introduce struct evm_xattrThiago Jung Bauermann
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris
2018-12-12ima: Support platform keyring for kernel appraisalNayna Jain
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-07-12IMA: don't propagate opened through the entire thingAl Viro
2018-03-25ima: Improvements in ima_appraise_measurement()Thiago Jung Bauermann
2018-03-23ima: fail signature verification based on policyMimi Zohar
2018-03-23ima: fail file signature verification on non-init mounted filesystemsMimi Zohar
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar
2017-12-11ima: re-introduce own integrity cache lockDmitry Kasatkin
2017-12-11EVM: Add support for portable signature formatMatthew Garrett
2017-12-11ima: relax requiring a file signature for new files with zero lengthMimi Zohar
2017-11-20ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu
2017-11-08ima: Remove redundant conditional operatorThiago Jung Bauermann