summaryrefslogtreecommitdiff
path: root/security/integrity/evm/evm_main.c
AgeCommit message (Expand)Author
2024-10-09evm: stop avoidably reading i_writecount in evm_file_releaseMateusz Guzik
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai
2024-04-09evm: Rename is_unsupported_fs to is_unsupported_hmac_fsStefan Berger
2024-04-09fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger
2024-04-09evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509Stefan Berger
2024-04-09evm: Store and detect metadata inode attributes changesStefan Berger
2024-04-09evm: Implement per signature type decision in security_inode_copy_up_xattrStefan Berger
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger
2024-02-15evm: Make it independent from 'integrity' LSMRoberto Sassu
2024-02-15evm: Move to LSM infrastructureRoberto Sassu
2024-02-15evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu
2024-02-15evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu
2024-02-15evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu
2023-12-20evm: add support to disable EVM on unsupported filesystemsMimi Zohar
2023-12-20evm: don't copy up 'security.evm' xattrMimi Zohar
2023-09-15evm: Do not include crypto/algapi.hHerbert Xu
2023-07-10evm: Support multiple LSMs providing an xattrRoberto Sassu
2023-07-10evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu
2023-06-06evm: Fix build warningsRoberto Sassu
2023-06-05evm: Complete description of evm_inode_setattr()Roberto Sassu
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
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore
2022-10-28evm: remove dead code in evm_inode_set_acl()Christian Brauner
2022-10-20evm: remove evm_xattr_acl_change()Christian Brauner
2022-10-20integrity: implement get and set acl hookChristian Brauner
2022-08-31acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2022-07-13evm: Use IS_ENABLED to initialize .enabledXiu Jianfeng
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner
2022-06-26fs: port to iattr ownership update helpersChristian Brauner
2022-05-16evm: Return INTEGRITY_PASS for enum integrity_status value '0'Stefan Berger
2022-02-22EVM: fix the evm= __setup handler return valueRandy Dunlap
2021-10-28evm: mark evm_fixmode as __ro_after_initAustin Kim
2021-06-20evm: output EVM digest calculation infoMimi Zohar
2021-06-08ima/evm: Fix type mismatchRoberto Sassu
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto Sassu
2021-06-01evm: Allow setxattr() and setattr() for unmodified metadataRoberto Sassu
2021-05-21evm: Pass user namespace to set/remove xattr hooksRoberto Sassu
2021-05-21evm: Allow xattr/attr operations for portable signaturesRoberto Sassu
2021-05-21evm: Introduce evm_hmac_disabled() to safely ignore verification errorsRoberto Sassu
2021-05-21evm: Introduce evm_revalidate_status()Roberto Sassu
2021-05-21evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu
2021-01-24xattr: handle idmapped mountsTycho Andersen