summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)Author
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore
2024-04-09ima: re-evaluate file integrity on file metadata changeStefan Berger
2024-04-09ima: Move file-change detection variables into new structureStefan Berger
2024-04-09ima: Rename backing_inode to real_inodeStefan Berger
2024-04-08integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-04-08ima: define an init_module critical data recordMimi Zohar
2024-02-15ima: Make it independent from 'integrity' LSMRoberto Sassu
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-15integrity: Move integrity_kernel_module_request() to IMARoberto Sassu
2024-02-15ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu
2024-02-15ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar
2023-05-23IMA: use vfs_getattr_nosec to get the i_versionJeff Layton
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-01-31ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu
2023-01-31ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-18ima: return IMA digest value only when IMA_COLLECTED flag is setMatt Bobrowski
2023-01-18ima: fix error handling logic when file measurement failedMatt Bobrowski
2022-12-13Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2022-11-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore
2022-11-03ima: Fix memory leak in __ima_inode_hash()Roberto Sassu
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