aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner1-3/+14
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-29/+23
2022-07-13evm: Use IS_ENABLED to initialize .enabledXiu Jianfeng1-29/+23
2022-06-26attr: port attribute changes to new typesChristian Brauner1-2/+2
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner1-3/+5
2022-06-26fs: port to iattr ownership update helpersChristian Brauner1-2/+2
2022-05-16evm: Return INTEGRITY_PASS for enum integrity_status value '0'Stefan Berger1-1/+1
2022-02-22EVM: fix the evm= __setup handler return valueRandy Dunlap1-1/+1
2021-10-28evm: mark evm_fixmode as __ro_after_initAustin Kim1-1/+1
2021-06-20evm: output EVM digest calculation infoMimi Zohar1-0/+4
2021-06-08ima/evm: Fix type mismatchRoberto Sassu1-1/+1
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu1-0/+69
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto Sassu1-10/+46
2021-06-01evm: Allow setxattr() and setattr() for unmodified metadataRoberto Sassu1-1/+112
2021-05-21evm: Pass user namespace to set/remove xattr hooksRoberto Sassu1-6/+11
2021-05-21evm: Allow xattr/attr operations for portable signaturesRoberto Sassu1-6/+27
2021-05-21evm: Introduce evm_hmac_disabled() to safely ignore verification errorsRoberto Sassu1-1/+38
2021-05-21evm: Introduce evm_revalidate_status()Roberto Sassu1-4/+36
2021-05-21evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu1-2/+3
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+2
2020-09-15evm: Check size of security.evm before using itRoberto Sassu1-0/+6
2020-09-08integrity: invalid kernel parameters feedbackBruno Meneguele1-0/+3
2020-05-07evm: Fix RCU list related warningsMadhuparna Bhowmik1-2/+2
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-2/+0
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-4/+4
2019-06-30integrity: Introduce struct evm_xattrThiago Jung Bauermann1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-02-04evm: remove set but not used variable 'xattr'YueHaibing1-5/+1
2018-12-12security: integrity: make evm_main explicitly non-modularPaul Gortmaker1-4/+1
2018-07-18evm: Allow non-SHA1 digital signaturesMatthew Garrett1-7/+12
2018-05-18EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett1-3/+3
2018-05-18EVM: turn evm_config_xattrnames into a listMatthew Garrett1-33/+46
2018-03-25evm: check for remount ro in progress before writingSascha Hauer1-2/+6
2018-03-23evm: Constify *integrity_status_msg[]Hernán Gonzalez1-1/+1
2018-03-23evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernán Gonzalez1-2/+0
2017-12-11EVM: Add support for portable signature formatMatthew Garrett1-10/+19
2017-12-11EVM: Allow userland to permit modification of EVM-protected metadataMatthew Garrett1-7/+31
2017-11-08EVM: Include security.apparmor in EVM measurementsMatthew Garrett1-0/+3
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2016-11-13security/integrity: Harden against malformed xattrsSeth Forshee1-0/+4
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+2
2016-02-12EVM: Use crypto_memneq() for digest comparisonsRyan Ware1-1/+2
2015-12-15evm: reset EVM status when file attributes changeDmitry Kasatkin1-0/+13
2015-12-15evm: enable EVM when X509 certificate is loadedDmitry Kasatkin1-1/+5
2015-12-15evm: load an x509 certificate from the kernelDmitry Kasatkin1-0/+7
2015-11-23integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin1-3/+5
2015-05-21evm: fix potential race when removing xattrsDmitry Kasatkin1-4/+3
2015-05-21evm: labeling pseudo filesystems exceptionMimi Zohar1-0/+11