aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/integrity/ima/ima_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05ima: permit fsverity's file digests in the IMA measurement listMimi Zohar1-1/+1
2022-04-04ima: remove redundant initialization of pointer 'file'.Colin Ian King1-1/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-18/+39
2022-03-10ima: Always return a file measurement in ima_file_hash()Roberto Sassu1-13/+33
2022-03-10ima: Fix documentation-related warnings in ima_main.cRoberto Sassu1-5/+6
2022-02-15ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar1-4/+1
2022-02-15ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar1-1/+1
2022-02-15ima: Fix trivial typos in the commentsAustin Kim1-1/+1
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-7/+7
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-25/+64
2021-08-16IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon1-1/+1
2021-08-16IMA: 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-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus 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-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-15/+25
2021-01-24ima: handle idmapped mountsChristian Brauner1-13/+24
2021-01-14IMA: extend critical data hook to limit the measurement based on a labelTushar Sugandhi1-3/+5
2021-01-14IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi1-0/+24
2021-01-14IMA: add support to measure buffer data hashTushar Sugandhi1-5/+24
2021-01-14IMA: 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/zohar/linux-integrityLinus 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-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus 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-16ima: Fix NULL pointer dereference in ima_file_hashKP Singh1-0/+10
2020-09-08integrity: invalid kernel parameters feedbackBruno Meneguele1-4/+9
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks1-6/+17
2020-07-16IMA: 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-19ima: 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