summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-9/+29
2023-01-31ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu1-5/+22
2023-01-31ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu1-2/+5
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-13/+13
2023-01-18ima: return IMA digest value only when IMA_COLLECTED flag is setMatt Bobrowski1-1/+1
2023-01-18ima: fix error handling logic when file measurement failedMatt Bobrowski1-1/+1
2022-12-14Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-1/+6
2022-11-19lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore1-2/+4
2022-11-03ima: Fix memory leak in __ima_inode_hash()Roberto Sassu1-1/+6
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/ne...Linus Torvalds1-18/+39
2022-03-11ima: Always return a file measurement in ima_file_hash()Roberto Sassu1-13/+33
2022-03-11ima: 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-23lsm: 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/...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