summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20241129' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-12-011-4/+5
|\
| * ima: uncover hidden variable in ima_match_rules()Casey Schaufler2024-11-271-4/+5
* | 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-195-50/+50
|\ \ \ | | |/ | |/|
| * | lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler2024-10-111-5/+2
| * | lsm: use lsm_prop in security_inode_getsecidCasey Schaufler2024-10-111-2/+1
| * | lsm: use lsm_prop in security_current_getsecidCasey Schaufler2024-10-115-45/+46
| * | lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2024-10-112-5/+8
| |/
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-5/+2
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-5/+2
| |/
* / ima: fix buffer overrun in ima_eventdigest_init_commonSamasth Norway Ananda2024-10-101-4/+10
|/
* 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-123-14/+10
|/
* Merge tag 'integrity-v6.10-fix' of ssh://ra.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-061-2/+1
|\
| * ima: fix wrong zero-assignment during securityfs dentry removeEnrico Bravi2024-06-031-2/+1
* | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-132-7/+10
|/
* ima: add crypto agility support for template-hash algorithmEnrico Bravi2024-04-124-18/+132
* 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-094-13/+10
* 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-085-11/+21
* ima: define an init_module critical data recordMimi Zohar2024-04-081-0/+7
* ima: Fix use-after-free on a dentry's dname.nameStefan Berger2024-04-082-7/+26
* ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-168-63/+308
* evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-161-1/+1
* ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-163-9/+35
* ima: Move to LSM infrastructureRoberto Sassu2024-02-163-21/+64
* 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_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+2
* ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-161-2/+3
* ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-161-2/+4
* ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+2
* Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-091-5/+5
|\
| * ima: Remove EXPERIMENTAL from KconfigEric Snowberg2023-11-271-1/+1
| * ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARYEric Snowberg2023-11-271-5/+5
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-2/+2
|\ \
| * | kexec_file: print out debugging message if requiredBaoquan He2023-12-211-2/+2
| |/
* / mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-091-1/+1
|/
* Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-022-1/+20
|\
| * ima: detect changes to the backing overlay fileMimi Zohar2023-10-312-1/+20
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-311-3/+3
|\ \ | |/ |/|
| * ima: Add __counted_by for struct modsig and use struct_size()Gustavo A. R. Silva2023-10-201-3/+3
* | ima: rework CONFIG_IMA dependency blockArnd Bergmann2023-09-271-12/+6
* | ima: Finish deprecation of IMA_TRUSTED_KEYRING KconfigOleksandr Tymoshenko2023-09-261-2/+2
|/
* Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-08-305-30/+16
|\
| * kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu2023-08-071-1/+1
| * ima: require signed IMA policy when UEFI secure boot is enabledCoiby Xu2023-08-011-0/+3