aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/evm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-15evm: Make it independent from 'integrity' LSMRoberto Sassu1-6/+2
2024-02-15evm: Move to LSM infrastructureRoberto Sassu1-113/+0
2024-02-15evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu1-3/+5
2024-02-15evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu1-2/+2
2024-02-15evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu1-2/+4
2023-12-20evm: don't copy up 'security.evm' xattrMimi Zohar1-0/+6
2023-07-10evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu1-6/+8
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-7/+7
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-10-20acl: add vfs_remove_acl()Christian Brauner1-0/+13
2022-10-20evm: add post set acl hookChristian Brauner1-0/+13
2022-10-20integrity: implement get and set acl hookChristian Brauner1-0/+23
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner1-2/+4
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu1-0/+10
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto Sassu1-0/+6
2021-05-21evm: Pass user namespace to set/remove xattr hooksRoberto Sassu1-4/+8
2021-05-21evm: Introduce evm_revalidate_status()Roberto Sassu1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-12-15evm: provide a function to set the EVM key from the kernelDmitry Kasatkin1-0/+7
2013-03-27Remove spurious _H suffixes from ifdef commentsPaul Bolle1-1/+1
2011-09-14evm: posix acls modify i_modeMimi Zohar1-0/+8
2011-08-11evm: fix evm_inode_init_security return codeMimi Zohar1-1/+1
2011-08-11evm: building without EVM enabled fixesMimi Zohar1-1/+1
2011-07-18evm: add evm_inode_setattr to prevent updating an invalid security.evmMimi Zohar1-0/+6
2011-07-18evm: additional parameter to pass integrity cache entry 'iint'Dmitry Kasatkin1-2/+6
2011-07-18evm: add evm_inode_init_security to initialize new filesMimi Zohar1-0/+11
2011-07-18evm: imbed evm_inode_post_setattrMimi Zohar1-0/+6
2011-07-18evm: evm_inode_post_removexattrMimi Zohar1-0/+9
2011-07-18security: imbed evm calls in security hooksMimi Zohar1-0/+56