summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* ima: detect changes to the backing overlay fileMimi Zohar2023-11-283-1/+22
* ima: annotate iint mutex to avoid lockdep false positive warningsAmir Goldstein2023-11-281-11/+37
* integrity: powerpc: Do not select CA_MACHINE_KEYRINGMichal Suchanek2023-11-281-2/+0
* 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
| * integrity: Always reference the blacklist keyring with appraisalEric Snowberg2023-08-012-17/+12
| * ima: Remove deprecated IMA_TRUSTED_KEYRING KconfigNayna Jain2023-08-011-12/+0
* | Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-303-10/+44
|\ \
| * | evm: Support multiple LSMs providing an xattrRoberto Sassu2023-07-103-7/+37
| * | evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu2023-07-101-6/+10
| |/
* | Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2023-08-299-13/+93
|\ \
| * | integrity: PowerVM support for loading third party code signing keysNayna Jain2023-08-173-0/+30
| * | integrity: PowerVM machine keyring enablementNayna Jain2023-08-171-1/+3
| * | integrity: check whether imputed trust is enabledNayna Jain2023-08-174-6/+22
| * | integrity: remove global variable from machine_keyring.cNayna Jain2023-08-171-2/+2
| * | integrity: ignore keys failing CA restrictions on non-UEFI platformNayna Jain2023-08-171-1/+1
| * | integrity: PowerVM support for loading CA keys on machine keyringNayna Jain2023-08-173-0/+30
| * | integrity: Enforce digitalSignature usage in the ima and evm keyringsEric Snowberg2023-08-173-4/+6
| |/
* | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-281-2/+2
|\ \
| * | s390/ipl: fix virtual vs physical address confusionAlexander Gordeev2023-08-181-2/+2
| |/
* / integrity: Annotate struct ima_rule_opt_list with __counted_byKees Cook2023-08-181-2/+2
|/
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-301-14/+26
|\
| * security/integrity: fix pointer to ESL data and its size on pseriesNayna Jain2023-06-211-14/+26
* | Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-06-277-16/+32
|\ \
| * | ima: Fix build warningsRoberto Sassu2023-06-062-1/+5
| * | evm: Fix build warningsRoberto Sassu2023-06-062-2/+2
| * | evm: Complete description of evm_inode_setattr()Roberto Sassu2023-06-051-0/+2
| * | integrity: Fix possible multiple allocation in integrity_inode_get()Tianjia Zhang2023-06-011-6/+9
| * | IMA: use vfs_getattr_nosec to get the i_versionJeff Layton2023-05-232-7/+14
| |/
* / fsverity: rework fsverity_get_digest() againEric Biggers2023-06-141-19/+12
|/
* Merge tag 'integrity-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-04-291-1/+1
|\
| * IMA: allow/fix UML buildsRandy Dunlap2023-03-151-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
| |/
* | Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2023-04-242-3/+28
|\ \
| * | integrity: machine keyring CA configurationEric Snowberg2023-04-242-3/+28
| |/
* | Revert "integrity: double check iint_cache was initialized"Roberto Sassu2023-03-101-8/+0
* | security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu2023-03-101-0/+1
|/
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-251-15/+32
|\
| * integrity/powerpc: Support loading keys from PLPKSRussell Currey2023-02-131-7/+10
| * integrity/powerpc: Improve error handling & reporting when loading certsRussell Currey2023-02-131-6/+20
| * powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman2023-02-121-2/+2
* | Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-02-226-29/+58
|\ \
| * | ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu2023-01-315-6/+32
| * | ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-01-311-2/+5
| * | evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng2023-01-311-17/+16
| * | ima: fix ima_delete_rules() kernel-doc warningRandy Dunlap2023-01-181-1/+2