aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity
AgeCommit message (Expand)Author
2023-09-13ima: Remove deprecated IMA_TRUSTED_KEYRING KconfigNayna Jain
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-06-27Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-06-21security/integrity: fix pointer to ESL data and its size on pseriesNayna Jain
2023-06-14fsverity: rework fsverity_get_digest() againEric Biggers
2023-06-06ima: Fix build warningsRoberto Sassu
2023-06-06evm: Fix build warningsRoberto Sassu
2023-06-05evm: Complete description of evm_inode_setattr()Roberto Sassu
2023-06-01integrity: Fix possible multiple allocation in integrity_inode_get()Tianjia Zhang
2023-05-23IMA: use vfs_getattr_nosec to get the i_versionJeff Layton
2023-04-29Merge tag 'integrity-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-24Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2023-04-24integrity: machine keyring CA configurationEric Snowberg
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-15IMA: allow/fix UML buildsRandy Dunlap
2023-03-10Revert "integrity: double check iint_cache was initialized"Roberto Sassu
2023-03-10security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-02-13integrity/powerpc: Support loading keys from PLPKSRussell Currey
2023-02-13integrity/powerpc: Improve error handling & reporting when loading certsRussell Currey
2023-02-12powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman
2023-01-31ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu
2023-01-31ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu
2023-01-31evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18ima: fix ima_delete_rules() kernel-doc warningRandy Dunlap
2023-01-18ima: return IMA digest value only when IMA_COLLECTED flag is setMatt Bobrowski
2023-01-18ima: fix error handling logic when file measurement failedMatt Bobrowski
2022-12-21Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-13Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-13mnt_idmapping: move ima-only helpers to imaChristian Brauner
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-11-28ima: Fix hash dependency to correct algorithmTianjia Zhang
2022-11-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore
2022-11-16ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng
2022-11-16integrity: Fix memory leakage in keyring allocation error pathGUO Zihua
2022-11-03ima: Fix memory leak in __ima_inode_hash()Roberto Sassu
2022-11-02ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua
2022-11-02ima: Simplify ima_lsm_copy_ruleGUO Zihua
2022-11-02ima: Fix a potential NULL pointer access in ima_restore_measurement_listHuaxin Lu
2022-11-01efi: Add iMac Pro 2017 to uefi skip cert quirkAditya Garg
2022-10-28evm: remove dead code in evm_inode_set_acl()Christian Brauner