summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-25/+64
2021-08-17IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon1-1/+1
2021-08-17IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon1-3/+15
2021-08-10dm ima: measure data on table loadTushar Sugandhi1-0/+1
2021-07-23ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu1-10/+26
2021-07-23ima: Return int in the functions to measure a bufferRoberto Sassu1-17/+23
2021-07-23ima: Introduce ima_get_current_hash_algo()Roberto Sassu1-1/+6
2021-06-08ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()Roberto Sassu1-1/+1
2021-05-02Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+8
2021-04-20ima: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-09ima: Fix function name error in comment.Jiele Zhao1-1/+1
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-7/+7
2021-03-22ima: without an IMA policy loaded, return quicklyMimi Zohar1-0/+6
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+25
2021-01-24ima: handle idmapped mountsChristian Brauner1-13/+24
2021-01-15IMA: extend critical data hook to limit the measurement based on a labelTushar Sugandhi1-3/+5
2021-01-15IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi1-0/+24
2021-01-15IMA: add support to measure buffer data hashTushar Sugandhi1-5/+24
2021-01-15IMA: generalize keyring specific measurement constructsTushar Sugandhi1-3/+3
2020-12-16Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+10
2020-11-26ima: Implement ima_inode_hashKP Singh1-24/+54
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian1-15/+9
2020-11-02ima: defer arch_ima_get_secureboot() call to IMA init timeArd Biesheuvel1-0/+1
2020-10-16Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+19
2020-10-05IMA: Add support for file reads without contentsScott Branden1-6/+16
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook1-1/+9
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook1-10/+10
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook1-1/+23
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden1-0/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-4/+2
2020-09-17ima: Fix NULL pointer dereference in ima_file_hashKP Singh1-0/+10
2020-09-09integrity: invalid kernel parameters feedbackBruno Meneguele1-4/+9
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks1-6/+17
2020-07-17IMA: Add audit log for failure conditionsLakshmi Ramasubramanian1-5/+13
2020-06-12ima: fix mprotect checkingMimi Zohar1-1/+2
2020-05-22ima: verify mprotect change is consistent with mmap policyMimi Zohar1-0/+51
2020-04-20ima: Evaluate error in init_ima()Roberto Sassu1-0/+3
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-2/+0
2020-02-28IMA: Add log statements for failure conditionsTushar Sugandhi1-0/+3
2020-01-22ima: add the ability to query the cached hash of a given fileFlorent Revest1-0/+49
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian1-4/+5
2019-12-12IMA: Check IMA policy flagLakshmi Ramasubramanian1-0/+3
2019-11-12ima: Check against blacklisted hashes for files with modsigNayna Jain1-4/+8
2019-11-12ima: Make process_buffer_measurement() genericNayna Jain1-18/+40
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-08-20kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett1-1/+1
2019-08-20kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac1-1/+1
2019-08-06ima: Store the measurement again when appraising a modsigThiago Jung Bauermann1-3/+12
2019-08-06ima: Define ima-modsig templateThiago Jung Bauermann1-1/+1
2019-08-06ima: Collect modsigThiago Jung Bauermann1-1/+1