summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_main.c
AgeCommit message (Expand)AuthorLines
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-3/+8
2014-10-28evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin-3/+6
2014-10-07evm: skip replacing EVM signature with HMAC on read-only filesystemDmitry Kasatkin-3/+8
2014-09-09evm: properly handle INTEGRITY_NOXATTRS EVM statusDmitry Kasatkin-0/+7
2014-09-08evm: prevent passing integrity check if xattr read failsDmitry Kasatkin-3/+4
2014-09-02evm: fix checkpatch warningsDmitry Kasatkin-3/+0
2014-06-12evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar-2/+10
2014-06-12evm: provide option to protect additional SMACK xattrsDmitry Kasatkin-0/+5
2014-06-12evm: replace HMAC version with attribute maskDmitry Kasatkin-1/+11
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro-1/+1
2014-03-07security: integrity: Use a more current logging styleJoe Perches-2/+4
2013-10-25ima: pass full xattr with the signatureDmitry Kasatkin-2/+2
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa-1/+1
2013-06-20evm: audit integrity metadata failuresMimi Zohar-1/+14
2013-02-06evm: add file system uuid to EVM hmacDmitry Kasatkin-0/+1
2013-01-16evm: remove unused cleanup functionsDmitry Kasatkin-9/+0
2012-09-07ima: integrity appraisal extensionMimi Zohar-0/+3
2011-11-09evm: digital signature verification supportDmitry Kasatkin-13/+81
2011-09-14evm: permit mode bits to be updatedMimi Zohar-17/+13
2011-09-14evm: posix acls modify i_modeMimi Zohar-5/+19
2011-09-14evm: limit verifying current security.evm integrityMimi Zohar-34/+24
2011-08-11evm: fix evm_inode_init_security return codeMimi Zohar-1/+1
2011-07-18evm: add evm_inode_setattr to prevent updating an invalid security.evmMimi Zohar-0/+15
2011-07-18evm: permit only valid security.evm xattrs to be updatedMimi Zohar-14/+63
2011-07-18evm: replace hmac_status with evm_statusDmitry Kasatkin-7/+7
2011-07-18evm: evm_verify_hmac must not return INTEGRITY_UNKNOWNDmitry Kasatkin-6/+5
2011-07-18evm: additional parameter to pass integrity cache entry 'iint'Dmitry Kasatkin-10/+8
2011-07-18evm: crypto hash replaced by shashDmitry Kasatkin-3/+3
2011-07-18evm: add evm_inode_init_security to initialize new filesMimi Zohar-0/+38
2011-07-18security: imbed evm calls in security hooksMimi Zohar-0/+1
2011-07-18evm: add support for different security.evm data typesDmitry Kasatkin-5/+5
2011-07-18evm: re-releaseMimi Zohar-0/+284