summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-191-3/+3
|\
| * crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner2024-10-051-3/+3
* | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-191-30/+30
|\ \
| * | lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler2024-10-111-5/+2
| * | lsm: use lsm_prop in security_current_getsecidCasey Schaufler2024-10-111-28/+31
| |/
* / fdget(), more trivial conversionsAl Viro2024-11-031-5/+2
|/
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-2/+2
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-2/+2
* | lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore2024-08-121-1/+1
|/
* ima: re-evaluate file integrity on file metadata changeStefan Berger2024-04-091-1/+13
* ima: Move file-change detection variables into new structureStefan Berger2024-04-091-4/+3
* ima: Rename backing_inode to real_inodeStefan Berger2024-04-091-8/+10
* integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-081-2/+4
* ima: define an init_module critical data recordMimi Zohar2024-04-081-0/+7
* ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-161-15/+21
* ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-161-0/+1
* ima: Move to LSM infrastructureRoberto Sassu2024-02-161-21/+57
* integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-161-0/+33
* ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+1
* ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-161-2/+4
* ima: detect changes to the backing overlay fileMimi Zohar2023-10-311-1/+15
* IMA: use vfs_getattr_nosec to get the i_versionJeff Layton2023-05-241-4/+8
* Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-02-221-9/+29
|\
| * ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu2023-01-311-5/+22
| * ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-01-311-2/+5
| * ima: return IMA digest value only when IMA_COLLECTED flag is setMatt Bobrowski2023-01-181-1/+1
| * ima: fix error handling logic when file measurement failedMatt Bobrowski2023-01-181-1/+1
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-13/+13
|/
* Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-12-131-1/+6
|\
| * ima: Fix memory leak in __ima_inode_hash()Roberto Sassu2022-11-031-1/+6
* | lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-2/+4
|/
* ima: permit fsverity's file digests in the IMA measurement listMimi Zohar2022-05-051-1/+1
* ima: remove redundant initialization of pointer 'file'.Colin Ian King2022-04-041-1/+1
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-18/+39
|\
| * ima: Always return a file measurement in ima_file_hash()Roberto Sassu2022-03-111-13/+33
| * ima: Fix documentation-related warnings in ima_main.cRoberto Sassu2022-03-111-5/+6
* | ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar2022-02-151-4/+1
* | ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar2022-02-151-1/+1
* | ima: Fix trivial typos in the commentsAustin Kim2022-02-151-1/+1
|/
* lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-7/+7
* Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-25/+64
|\
| * IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon2021-08-161-1/+1
| * IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon2021-08-161-3/+15
| * ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu2021-07-231-10/+26
| * ima: Return int in the functions to measure a bufferRoberto Sassu2021-07-231-17/+23
| * ima: Introduce ima_get_current_hash_algo()Roberto Sassu2021-07-231-1/+6
* | dm ima: measure data on table loadTushar Sugandhi2021-08-101-0/+1
|/
* ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()Roberto Sassu2021-06-081-1/+1
* Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-05-021-1/+8
|\
| * ima: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+1