summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm
Commit message (Expand)AuthorAgeFilesLines
* evm: Check size of security.evm before using itRoberto Sassu2020-09-151-0/+6
* integrity: invalid kernel parameters feedbackBruno Meneguele2020-09-081-0/+3
* Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-06-061-1/+1
|\
| * evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu2020-05-071-1/+1
* | evm: Fix a small race in init_desc()Dan Carpenter2020-05-141-22/+22
* | evm: Fix RCU list related warningsMadhuparna Bhowmik2020-05-073-4/+11
* | evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu2020-05-071-1/+1
|/
* integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi2020-02-283-6/+0
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-1/+1
* 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
* | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\ \
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-055-21/+5
* | | 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-291-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-071-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/+0
|/
* evm: Use defined constant for UUID representationAndy Shevchenko2019-02-041-2/+1
* evm: remove set but not used variable 'xattr'YueHaibing2019-02-041-5/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-2/+1
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-2/+1
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-123-3/+2
* | security: integrity: make evm_main explicitly non-modularPaul Gortmaker2018-12-121-4/+1
|/
* 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-075-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/+3
* 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
|\