summaryrefslogtreecommitdiffstats
path: root/security/integrity (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds12 days1-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 Torvalds13 days5-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 Torvalds13 days1-5/+2
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-5/+2
| |/
* | integrity: Use static_assert() to check struct sizesGustavo A. R. Silva2024-10-101-0/+4
* | evm: stop avoidably reading i_writecount in evm_file_releaseMateusz Guzik2024-10-101-1/+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
* | lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai2024-07-311-1/+1
|/
* Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-07-191-2/+1
|\
| * crypto: sm2 - Remove sm2 algorithmHerbert Xu2024-06-071-2/+1
* | 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
* evm: Rename is_unsupported_fs to is_unsupported_hmac_fsStefan Berger2024-04-091-9/+10
* fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger2024-04-091-1/+1
* evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509Stefan Berger2024-04-091-5/+7
* ima: re-evaluate file integrity on file metadata changeStefan Berger2024-04-091-1/+13
* evm: Store and detect metadata inode attributes changesStefan Berger2024-04-093-10/+49
* ima: Move file-change detection variables into new structureStefan Berger2024-04-094-13/+10
* evm: Use the metadata inode to calculate metadata hashStefan Berger2024-04-091-1/+1
* evm: Implement per signature type decision in security_inode_copy_up_xattrStefan Berger2024-04-091-3/+28
* security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-091-1/+1
* 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-087-15/+31
* 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
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1317-424/+630
|\
| * integrity: Remove LSMRoberto Sassu2024-02-162-220/+2
| * ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-169-116/+308
| * evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-166-24/+79
| * evm: Move to LSM infrastructureRoberto Sassu2024-02-161-16/+102
| * ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-163-9/+35
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-165-21/+66
| * integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-162-23/+33
| * evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+3
| * evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+2
| * evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+3
| * 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