summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_main.c
Commit message (Expand)AuthorAgeFilesLines
* EVM: fix the evm= __setup handler return valueRandy Dunlap2022-04-081-1/+1
* evm: mark evm_fixmode as __ro_after_initAustin Kim2021-11-181-1/+1
* evm: output EVM digest calculation infoMimi Zohar2021-06-201-0/+4
* ima/evm: Fix type mismatchRoberto Sassu2021-06-081-1/+1
* ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu2021-06-021-0/+69
* evm: Verify portable signatures against all protected xattrsRoberto Sassu2021-06-011-10/+46
* evm: Allow setxattr() and setattr() for unmodified metadataRoberto Sassu2021-06-011-1/+112
* evm: Pass user namespace to set/remove xattr hooksRoberto Sassu2021-05-211-6/+11
* evm: Allow xattr/attr operations for portable signaturesRoberto Sassu2021-05-211-6/+27
* evm: Introduce evm_hmac_disabled() to safely ignore verification errorsRoberto Sassu2021-05-211-1/+38
* evm: Introduce evm_revalidate_status()Roberto Sassu2021-05-211-4/+36
* evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu2021-05-211-2/+3
* xattr: handle idmapped mountsTycho Andersen2021-01-241-2/+2
* evm: Check size of security.evm before using itRoberto Sassu2020-09-151-0/+6
* integrity: invalid kernel parameters feedbackBruno Meneguele2020-09-081-0/+3
* evm: Fix RCU list related warningsMadhuparna Bhowmik2020-05-071-2/+2
* integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi2020-02-281-2/+0
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-4/+4
|\
| * integrity: Introduce struct evm_xattrThiago Jung Bauermann2019-06-301-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
|/
* evm: remove set but not used variable 'xattr'YueHaibing2019-02-041-5/+1
* security: integrity: make evm_main explicitly non-modularPaul Gortmaker2018-12-121-4/+1
* evm: Allow non-SHA1 digital signaturesMatthew Garrett2018-07-181-7/+12
* EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett2018-05-181-3/+3
* EVM: turn evm_config_xattrnames into a listMatthew Garrett2018-05-181-33/+46
* evm: check for remount ro in progress before writingSascha Hauer2018-03-251-2/+6
* evm: Constify *integrity_status_msg[]Hernán Gonzalez2018-03-231-1/+1
* evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernán Gonzalez2018-03-231-2/+0
* EVM: Add support for portable signature formatMatthew Garrett2017-12-111-10/+19
* EVM: Allow userland to permit modification of EVM-protected metadataMatthew Garrett2017-12-111-7/+31
* EVM: Include security.apparmor in EVM measurementsMatthew Garrett2017-11-081-0/+3
* sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+2
* security/integrity: Harden against malformed xattrsSeth Forshee2016-11-131-0/+4
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-2/+2
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-1/+1
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-2/+2
* EVM: Use crypto_memneq() for digest comparisonsRyan Ware2016-02-121-1/+2
* evm: reset EVM status when file attributes changeDmitry Kasatkin2015-12-151-0/+13
* evm: enable EVM when X509 certificate is loadedDmitry Kasatkin2015-12-151-1/+5
* evm: load an x509 certificate from the kernelDmitry Kasatkin2015-12-151-0/+7
* integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin2015-11-231-3/+5
* evm: fix potential race when removing xattrsDmitry Kasatkin2015-05-211-4/+3
* evm: labeling pseudo filesystems exceptionMimi Zohar2015-05-211-0/+11
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-9/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-141-3/+8
|\
| * evm: skip replacing EVM signature with HMAC on read-only filesystemDmitry Kasatkin2014-10-071-3/+8
* | evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin2014-10-281-3/+6
|/
* evm: properly handle INTEGRITY_NOXATTRS EVM statusDmitry Kasatkin2014-09-091-0/+7
* evm: prevent passing integrity check if xattr read failsDmitry Kasatkin2014-09-081-3/+4
* evm: fix checkpatch warningsDmitry Kasatkin2014-09-021-3/+0