summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm
Commit message (Expand)AuthorAgeFilesLines
* evm: fix potential race when removing xattrsDmitry Kasatkin2015-05-211-4/+3Star
* evm: labeling pseudo filesystems exceptionMimi Zohar2015-05-211-0/+11
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-152-11/+11
* kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-151-3/+8
|\
| * evm: skip replacing EVM signature with HMAC on read-only filesystemDmitry Kasatkin2014-10-071-3/+8
* | evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin2014-10-281-3/+6
|/
* integrity: base integrity subsystem kconfig options on integrityDmitry Kasatkin2014-09-091-8/+0Star
* evm: properly handle INTEGRITY_NOXATTRS EVM statusDmitry Kasatkin2014-09-091-0/+7
* evm: prevent passing integrity check if xattr read failsDmitry Kasatkin2014-09-081-3/+4
* evm: fix checkpatch warningsDmitry Kasatkin2014-09-021-3/+0Star
* evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar2014-06-121-2/+10
* evm: provide option to protect additional SMACK xattrsDmitry Kasatkin2014-06-122-0/+22
* evm: replace HMAC version with attribute maskDmitry Kasatkin2014-06-124-11/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-2/+2
|\
| * get rid of pointless checks for NULL ->i_opAl Viro2014-04-022-2/+2
* | evm: enable key retention service automaticallyDmitry Kasatkin2014-03-071-2/+3
* | evm: EVM does not use MD5Dmitry Kasatkin2014-03-071-1/+0Star
* | integrity: fix checkpatch errorsDmitry Kasatkin2014-03-072-16/+16
* | security: integrity: Use a more current logging styleJoe Perches2014-03-073-5/+11
|/
* ima: pass full xattr with the signatureDmitry Kasatkin2013-10-251-2/+2
* ima: fix script messagesDmitry Kasatkin2013-10-251-1/+2
* xattr: Constify ->name member of "struct xattr".Tetsuo Handa2013-07-251-1/+1
* evm: audit integrity metadata failuresMimi Zohar2013-06-201-1/+14
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-215-16/+18
|\
| * evm: add file system uuid to EVM hmacDmitry Kasatkin2013-02-064-0/+18
| * evm: remove unused cleanup functionsDmitry Kasatkin2013-01-163-16/+0Star
* | evm: checking if removexattr is not a NULLDmitry Kasatkin2013-01-211-2/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-031-0/+3
|\
| * ima: integrity appraisal extensionMimi Zohar2012-09-071-0/+3
* | userns: Convert EVM to deal with kuids and kgids in it's hmac computationEric W. Biederman2012-09-211-2/+2
|/
* Merge branch 'next' into for-linusJames Morris2012-01-093-36/+146
|\
| * evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-081-3/+11
| * evm: key must be set once during initializationDmitry Kasatkin2011-12-081-7/+8
| * evm: digital signature verification supportDmitry Kasatkin2011-11-093-30/+142
* | evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-201-0/+9
* | evm: key must be set once during initializationDmitry Kasatkin2011-12-201-4/+6
|/
* evm: permit mode bits to be updatedMimi Zohar2011-09-141-17/+13Star
* evm: posix acls modify i_modeMimi Zohar2011-09-143-5/+46
* evm: limit verifying current security.evm integrityMimi Zohar2011-09-141-34/+24Star
* evm: remove TCG_TPM dependencyMimi Zohar2011-09-141-2/+1Star
* evm: add Kconfig TCG_TPM dependencyMimi Zohar2011-08-181-1/+1
* evm: fix evm_inode_init_security return codeMimi Zohar2011-08-111-1/+1
* EVM: ensure trusted and encypted key symbols are available to EVMJames Morris2011-08-091-1/+3
* evm: add evm_inode_setattr to prevent updating an invalid security.evmMimi Zohar2011-07-181-0/+15
* evm: permit only valid security.evm xattrs to be updatedMimi Zohar2011-07-181-14/+63
* evm: replace hmac_status with evm_statusDmitry Kasatkin2011-07-181-7/+7
* evm: evm_verify_hmac must not return INTEGRITY_UNKNOWNDmitry Kasatkin2011-07-181-6/+5Star
* evm: additional parameter to pass integrity cache entry 'iint'Dmitry Kasatkin2011-07-181-10/+8Star
* evm: crypto hash replaced by shashDmitry Kasatkin2011-07-183-45/+57