aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/integrity/evm/evm_secfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03evm: Don't return an error in evm_write_xattrs() if audit is not enabledRoberto Sassu1-1/+1
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto Sassu1-2/+14
2021-05-21evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loadedRoberto Sassu1-4/+4
2021-05-20evm: fix writing <securityfs>/evm overflowMimi Zohar1-2/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+1
2020-05-07evm: Fix RCU list related warningsMadhuparna Bhowmik1-1/+8
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-2/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-03-27audit: link integrity evm_write_xattrs record to syscall eventRichard Guy Briggs1-5/+5
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2018-07-22EVM: fix return value check in evm_write_xattrs()Wei Yongjun1-2/+2
2018-06-01EVM: unlock on error path in evm_read_xattrs()Dan Carpenter1-1/+3
2018-05-31EVM: prevent array underflow in evm_write_xattrs()Dan Carpenter1-1/+1
2018-05-31EVM: Fix null dereference on xattr when xattr fails to allocateColin Ian King1-2/+4
2018-05-31EVM: fix memory leak of temporary buffer 'temp'Colin Ian King1-0/+2
2018-05-18EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett1-0/+173
2018-05-17integrity: Add an integrity directory in securityfsMatthew Garrett1-3/+24
2017-12-11EVM: Allow userland to permit modification of EVM-protected metadataMatthew Garrett1-3/+17
2017-11-08EVM: Allow userspace to signal an RSA key has been loadedMatthew Garrett1-12/+17
2015-12-15evm: provide a function to set the EVM key from the kernelDmitry Kasatkin1-7/+3
2015-12-15evm: enable EVM when X509 certificate is loadedDmitry Kasatkin1-2/+2
2014-03-07security: integrity: Use a more current logging styleJoe Perches1-2/+4
2013-01-16evm: remove unused cleanup functionsDmitry Kasatkin1-6/+0
2011-07-18evm: re-releaseMimi Zohar1-0/+108