summaryrefslogtreecommitdiff
path: root/security/integrity/evm
AgeCommit message (Expand)AuthorFilesLines
2022-04-08EVM: fix the evm= __setup handler return valueRandy Dunlap1-1/+1
2021-11-18evm: mark evm_fixmode as __ro_after_initAustin Kim1-1/+1
2021-06-21evm: Check xattr size discrepancy between kernel and userRoberto Sassu1-1/+7
2021-06-20evm: output EVM digest calculation infoMimi Zohar2-0/+47
2021-06-08ima/evm: Fix type mismatchRoberto Sassu1-1/+1
2021-06-03evm: Don't return an error in evm_write_xattrs() if audit is not enabledRoberto Sassu1-1/+1
2021-06-03ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu1-0/+69
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto Sassu4-12/+68
2021-06-01evm: Allow setxattr() and setattr() for unmodified metadataRoberto Sassu1-1/+112
2021-05-21evm: Pass user namespace to set/remove xattr hooksRoberto Sassu1-6/+11
2021-05-21evm: Allow xattr/attr operations for portable signaturesRoberto Sassu1-6/+27
2021-05-21evm: Introduce evm_hmac_disabled() to safely ignore verification errorsRoberto Sassu1-1/+38
2021-05-21evm: Introduce evm_revalidate_status()Roberto Sassu1-4/+36
2021-05-21evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loadedRoberto Sassu1-4/+4
2021-05-21evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu1-2/+3
2021-05-21evm: fix writing <securityfs>/evm overflowMimi Zohar1-2/+3
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+9
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+1
2021-01-24xattr: handle idmapped mountsTycho Andersen2-7/+8
2021-01-13evm: Fix memleak in init_descDinghao Liu1-2/+5
2020-09-15evm: Check size of security.evm before using itRoberto Sassu1-0/+6
2020-09-09integrity: invalid kernel parameters feedbackBruno Meneguele1-0/+3
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-1/+1
2020-05-15evm: Fix a small race in init_desc()Dan Carpenter1-22/+22
2020-05-08evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu1-1/+1
2020-05-08evm: Fix RCU list related warningsMadhuparna Bhowmik3-4/+11
2020-05-08evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu1-1/+1
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi3-6/+0
2019-07-11Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2019-07-09Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-07-01integrity: Introduce struct evm_xattrThiago Jung Bauermann1-4/+4
2019-06-28keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner5-21/+5
2019-05-31Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2019-05-30evm: check hash algorithm passed to init_desc()Roberto Sassu1-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-08Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-03-28audit: link integrity evm_write_xattrs record to syscall eventRichard Guy Briggs1-5/+5
2019-02-05evm: Use defined constant for UUID representationAndy Shevchenko1-2/+1
2019-02-05evm: remove set but not used variable 'xattr'YueHaibing1-5/+1
2018-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+1
2018-12-13security: audit and remove any unnecessary uses of module.hPaul Gortmaker3-3/+2
2018-12-13security: integrity: make evm_main explicitly non-modularPaul Gortmaker1-4/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-2/+1
2018-10-10security/integrity: constify some read-only dataEric Biggers1-2/+2
2018-07-22EVM: fix return value check in evm_write_xattrs()Wei Yongjun1-2/+2
2018-07-18evm: Allow non-SHA1 digital signaturesMatthew Garrett4-31/+46
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett1-1/+2