summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm
Commit message (Expand)AuthorAgeFilesLines
* evm: Check xattr size discrepancy between kernel and userRoberto Sassu2021-06-211-1/+7
* evm: output EVM digest calculation infoMimi Zohar2021-06-202-0/+47
* ima/evm: Fix type mismatchRoberto Sassu2021-06-081-1/+1
* evm: Don't return an error in evm_write_xattrs() if audit is not enabledRoberto Sassu2021-06-031-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-014-12/+68
* 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: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loadedRoberto Sassu2021-05-211-4/+4
* evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu2021-05-211-2/+3
* evm: fix writing <securityfs>/evm overflowMimi Zohar2021-05-201-2/+3
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-233-8/+9
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+1
| * xattr: handle idmapped mountsTycho Andersen2021-01-242-7/+8
* | evm: Fix memleak in init_descDinghao Liu2021-01-131-2/+5
|/
* 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