summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)Author
2022-05-05ima: permit fsverity's file digests in the IMA measurement listMimi Zohar
2022-04-04ima: remove redundant initialization of pointer 'file'.Colin Ian King
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-10ima: Always return a file measurement in ima_file_hash()Roberto Sassu
2022-03-10ima: Fix documentation-related warnings in ima_main.cRoberto Sassu
2022-02-15ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar
2022-02-15ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar
2022-02-15ima: Fix trivial typos in the commentsAustin Kim
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-10dm ima: measure data on table loadTushar Sugandhi
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-07-23ima: Introduce ima_get_current_hash_algo()Roberto Sassu
2021-06-08ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()Roberto Sassu
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-20ima: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-09ima: Fix function name error in comment.Jiele Zhao
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore
2021-03-22ima: without an IMA policy loaded, return quicklyMimi Zohar
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: extend critical data hook to limit the measurement based on a labelTushar Sugandhi
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-12-16Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-26ima: Implement ima_inode_hashKP Singh
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian
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-10-05IMA: Add support for file reads without contentsScott Branden
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-09-16ima: Fix NULL pointer dereference in ima_file_hashKP Singh
2020-09-08integrity: invalid kernel parameters feedbackBruno Meneguele
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks
2020-07-16IMA: Add audit log for failure conditionsLakshmi Ramasubramanian
2020-06-12ima: fix mprotect checkingMimi Zohar
2020-05-22ima: verify mprotect change is consistent with mmap policyMimi Zohar
2020-04-19ima: Evaluate error in init_ima()Roberto Sassu
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi
2020-02-28IMA: Add log statements for failure conditionsTushar Sugandhi
2020-01-22ima: add the ability to query the cached hash of a given fileFlorent Revest
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian