summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-01-23evm: Use ordered xattrs list to calculate HMAC in evm_init_hmac()Roberto Sassu-4/+10
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-10-22ima,evm: move initcalls to the LSM frameworkRoberto Sassu-4/+10
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore-1/+1
2025-06-17evm_secfs: clear securityfs interactionsAl Viro-8/+7
2025-02-04integrity: fix typos and spelling errorsTanya Agarwal-2/+2
2024-10-09evm: stop avoidably reading i_writecount in evm_file_releaseMateusz Guzik-1/+2
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai-1/+1
2024-04-09evm: Rename is_unsupported_fs to is_unsupported_hmac_fsStefan Berger-9/+10
2024-04-09fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger-1/+1
2024-04-09evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509Stefan Berger-5/+7
2024-04-09evm: Store and detect metadata inode attributes changesStefan Berger-10/+49
2024-04-09evm: Use the metadata inode to calculate metadata hashStefan Berger-1/+1
2024-04-09evm: Implement per signature type decision in security_inode_copy_up_xattrStefan Berger-3/+28
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger-1/+1
2024-04-08integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-1/+1
2024-02-15evm: Make it independent from 'integrity' LSMRoberto Sassu-22/+78
2024-02-15evm: Move to LSM infrastructureRoberto Sassu-16/+102
2024-02-15evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu-1/+3
2024-02-15evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu-1/+2
2024-02-15evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu-1/+3
2023-12-20evm: add support to disable EVM on unsupported filesystemsMimi Zohar-1/+34
2023-12-20evm: don't copy up 'security.evm' xattrMimi Zohar-0/+7
2023-09-15evm: Do not include crypto/algapi.hHerbert Xu-2/+1
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+44
2023-08-17integrity: Enforce digitalSignature usage in the ima and evm keyringsEric Snowberg-1/+2
2023-07-10evm: Support multiple LSMs providing an xattrRoberto Sassu-7/+37
2023-07-10evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu-6/+10
2023-06-06evm: Fix build warningsRoberto Sassu-2/+2
2023-06-05evm: Complete description of evm_inode_setattr()Roberto Sassu-0/+2
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-17/+16
2023-01-31evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng-17/+16
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner-3/+2
2023-01-19fs: port acl to mnt_idmapChristian Brauner-6/+6
2023-01-19fs: port xattr to mnt_idmapChristian Brauner-12/+12
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-5/+5
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-4/+5
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+8
2022-11-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore-4/+8
2022-10-28evm: remove dead code in evm_inode_set_acl()Christian Brauner-3/+2
2022-10-20evm: remove evm_xattr_acl_change()Christian Brauner-64/+0
2022-10-20integrity: implement get and set acl hookChristian Brauner-1/+82
2022-08-31acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner-3/+14
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-29/+23
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+7
2022-07-13evm: Use IS_ENABLED to initialize .enabledXiu Jianfeng-29/+23
2022-06-26attr: port attribute changes to new typesChristian Brauner-2/+2