summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-1/+1
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-4/+4
|\
| * integrity: Introduce struct evm_xattrThiago Jung Bauermann2019-06-301-4/+4
* | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-1/+1
|\ \
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-055-21/+5Star
* | | Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-311-0/+3
|\ \ \ | | |/ | |/|
| * | evm: check hash algorithm passed to init_desc()Roberto Sassu2019-05-301-0/+3
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-5/+5
|\
| * audit: link integrity evm_write_xattrs record to syscall eventRichard Guy Briggs2019-03-271-5/+5
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
|/
* evm: Use defined constant for UUID representationAndy Shevchenko2019-02-041-2/+1Star
* evm: remove set but not used variable 'xattr'YueHaibing2019-02-041-5/+1Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-2/+1Star
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-2/+1Star
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-123-3/+2Star
* | security: integrity: make evm_main explicitly non-modularPaul Gortmaker2018-12-121-4/+1Star
|/
* security/integrity: constify some read-only dataEric Biggers2018-10-101-2/+2
* EVM: fix return value check in evm_write_xattrs()Wei Yongjun2018-07-221-2/+2
* evm: Allow non-SHA1 digital signaturesMatthew Garrett2018-07-184-31/+46
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+2
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-085-42/+271
|\
| * EVM: unlock on error path in evm_read_xattrs()Dan Carpenter2018-06-011-1/+3
| * EVM: prevent array underflow in evm_write_xattrs()Dan Carpenter2018-05-311-1/+1
| * EVM: Fix null dereference on xattr when xattr fails to allocateColin Ian King2018-05-311-2/+4
| * EVM: fix memory leak of temporary buffer 'temp'Colin Ian King2018-05-311-0/+2
| * EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett2018-05-184-4/+188
| * EVM: turn evm_config_xattrnames into a listMatthew Garrett2018-05-183-39/+57
| * integrity: Add an integrity directory in securityfsMatthew Garrett2018-05-171-3/+24
* | evm: Don't update hmacs in user ns mountsSeth Forshee2018-05-031-1/+2
|/
* 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-233-4/+3Star
* EVM: Add support for portable signature formatMatthew Garrett2017-12-113-20/+86
* EVM: Allow userland to permit modification of EVM-protected metadataMatthew Garrett2017-12-113-12/+53
* EVM: Only complain about a missing HMAC key onceMatthew Garrett2017-11-081-1/+1
* EVM: Allow userspace to signal an RSA key has been loadedMatthew Garrett2017-11-082-12/+20
* EVM: Include security.apparmor in EVM measurementsMatthew Garrett2017-11-081-0/+3
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
* sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-2/+10
|\
| * Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman2016-12-031-2/+10
* | security/integrity: Harden against malformed xattrsSeth Forshee2016-11-141-0/+4
|/
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-082-5/+6
* evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee2016-07-051-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: EVM_LOAD_X509 depends on EVMArnd Bergmann2015-12-151-1/+1