aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/integrity/ima/ima_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-22ima: process_measurement() needlessly takes inode_lock() on MAY_READFrederick Lawler1-1/+3
2025-03-27ima: limit the number of ToMToU integrity violationsMimi Zohar1-3/+4
2025-03-27ima: limit the number of open-writers integrity violationsMimi Zohar1-2/+9
2025-02-04ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattrRoberto Sassu1-2/+5
2025-02-04integrity: fix typos and spelling errorsTanya Agarwal1-3/+3
2024-12-18ima: instantiate the bprm_creds_for_exec() hookMimi Zohar1-0/+29
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-30/+30
2024-11-03fdget(), more trivial conversionsAl Viro1-5/+2
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler1-5/+2
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-28/+31
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner1-3/+3
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore1-1/+1
2024-04-09ima: re-evaluate file integrity on file metadata changeStefan Berger1-1/+13
2024-04-09ima: Move file-change detection variables into new structureStefan Berger1-4/+3
2024-04-09ima: Rename backing_inode to real_inodeStefan Berger1-8/+10
2024-04-08integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+4
2024-04-08ima: define an init_module critical data recordMimi Zohar1-0/+7
2024-02-15ima: Make it independent from 'integrity' LSMRoberto Sassu1-15/+21
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu1-0/+1
2024-02-15ima: Move to LSM infrastructureRoberto Sassu1-21/+57
2024-02-15integrity: Move integrity_kernel_module_request() to IMARoberto Sassu1-0/+33
2024-02-15ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu1-1/+1
2024-02-15ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu1-2/+4
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar1-1/+15
2023-05-23IMA: use vfs_getattr_nosec to get the i_versionJeff Layton1-4/+8
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus 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-13Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-1/+6
2022-11-18lsm,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/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