summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* 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-1217-424/+630
|\
| * integrity: Remove LSMRoberto Sassu2024-02-152-220/+2
| * ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-159-116/+308
| * evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-156-24/+79
| * evm: Move to LSM infrastructureRoberto Sassu2024-02-151-16/+102
| * ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-153-9/+35
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-155-21/+66
| * integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-152-23/+33
| * evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+3
| * evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+2
| * evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+3
| * ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+1
| * ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+2
| * ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+3
| * ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+4
| * ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+2
* | integrity: eliminate unnecessary "Problem loading X.509 certificate" msgCoiby Xu2024-02-161-1/+2
|/
* Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-092-6/+46
|\
| * evm: add support to disable EVM on unsupported filesystemsMimi Zohar2023-12-201-1/+34
| * evm: don't copy up 'security.evm' xattrMimi Zohar2023-12-201-0/+7
| * 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-201-2/+2
| |/
* / mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-2/+1
|\ \
| * | evm: Do not include crypto/algapi.hHerbert Xu2023-09-151-2/+1
| |/
* | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-025-34/+81
|\ \
| * | ima: detect changes to the backing overlay fileMimi Zohar2023-10-313-1/+22
| * | integrity: fix indentation of config attributesPrasad Pandit2023-10-311-22/+22
| * | ima: annotate iint mutex to avoid lockdep false positive warningsAmir Goldstein2023-10-311-11/+37
* | | Merge tag 'tpmdd-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2023-10-301-2/+0
|\ \ \
| * | | integrity: powerpc: Do not select CA_MACHINE_KEYRINGMichal Suchanek2023-10-241-2/+0
| |/ /
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-3/+3
|\ \ \ | |/ / |/| |