aboutsummaryrefslogtreecommitdiff
path: root/security/integrity/evm
AgeCommit message (Expand)Author
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-30integrity: Introduce struct evm_xattrThiago Jung Bauermann
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-31Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-29evm: check hash algorithm passed to init_desc()Roberto Sassu
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-03-27audit: link integrity evm_write_xattrs record to syscall eventRichard Guy Briggs
2019-02-04evm: Use defined constant for UUID representationAndy Shevchenko
2019-02-04evm: remove set but not used variable 'xattr'YueHaibing
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-12-12security: integrity: make evm_main explicitly non-modularPaul Gortmaker
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-10-10security/integrity: constify some read-only dataEric Biggers
2018-07-22EVM: fix return value check in evm_write_xattrs()Wei Yongjun
2018-07-18evm: Allow non-SHA1 digital signaturesMatthew Garrett
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-06-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-01EVM: unlock on error path in evm_read_xattrs()Dan Carpenter
2018-05-31EVM: prevent array underflow in evm_write_xattrs()Dan Carpenter
2018-05-31EVM: Fix null dereference on xattr when xattr fails to allocateColin Ian King
2018-05-31EVM: fix memory leak of temporary buffer 'temp'Colin Ian King
2018-05-18EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett
2018-05-18EVM: turn evm_config_xattrnames into a listMatthew Garrett
2018-05-17integrity: Add an integrity directory in securityfsMatthew Garrett
2018-05-03evm: Don't update hmacs in user ns mountsSeth Forshee
2018-03-25evm: check for remount ro in progress before writingSascha Hauer
2018-03-23evm: Constify *integrity_status_msg[]Hernán Gonzalez
2018-03-23evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernán Gonzalez
2017-12-11EVM: Add support for portable signature formatMatthew Garrett
2017-12-11EVM: Allow userland to permit modification of EVM-protected metadataMatthew Garrett
2017-11-08EVM: Only complain about a missing HMAC key onceMatthew Garrett
2017-11-08EVM: Allow userspace to signal an RSA key has been loadedMatthew Garrett
2017-11-08EVM: Include security.apparmor in EVM measurementsMatthew Garrett
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-12-02Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman
2016-11-13security/integrity: Harden against malformed xattrsSeth Forshee
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-07-05evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-02-12EVM: Use crypto_memneq() for digest comparisonsRyan Ware
2015-12-15evm: EVM_LOAD_X509 depends on EVMArnd Bergmann
2015-12-15evm: reset EVM status when file attributes changeDmitry Kasatkin