summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)Author
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar
2013-10-26ima: enable support for larger default filedata hash algorithmsMimi Zohar
2013-10-26ima: defer determining the appraisal hash algorithm for 'ima' templateRoberto Sassu
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin
2013-10-25ima: fix script messagesDmitry Kasatkin
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells
2013-04-17ima: eliminate passing d_name.name to process_measurement()Mimi Zohar
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26ima: "remove enforce checking duplication" merge fixMimi Zohar
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2013-01-22ima: differentiate appraise status only for hook specific rulesMimi Zohar
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar
2013-01-22ima: added policy support for 'security.ima' typeDmitry Kasatkin
2013-01-16ima: forbid write access to files with digital signaturesDmitry Kasatkin
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar
2013-01-16ima: remove enforce checking duplicationDmitry Kasatkin
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar
2012-12-14ima: support new kernel module syscallMimi Zohar
2012-09-13ima: audit log hashesPeter Moody
2012-09-13ima: generic IMA action flag handlingDmitry Kasatkin
2012-09-12ima: rename ima_must_appraise_or_measureDmitry Kasatkin
2012-09-07ima: allocating iint improvementsDmitry Kasatkin
2012-09-07ima: integrity appraisal extensionMimi Zohar
2012-07-05ima: ima_initialized is set only if successfulDmitry Kasatkin
2012-07-02ima: remove unused cleanup functionsDmitry Kasatkin
2012-07-02ima: use full pathnames in measurement listMimi Zohar
2012-05-16ima: fix filename hint to reflect script interpreter nameMimi Zohar
2011-09-09ima: sparse fix: include linux/ima.h in ima_main.cJames Morris
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-07-26ima: fmode_t misspelled as mode_t...Al Viro
2011-07-18integrity: move ima inode integrity data managementMimi Zohar
2011-02-23ima: remove unnecessary call to ima_must_measureMimi Zohar
2011-02-10IMA: remove IMA imbalance checkingMimi Zohar
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar
2011-02-10IMA: convert i_readcount to atomicMimi Zohar
2010-10-26IMA: fix the ToMToU logicEric Paris
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris
2010-10-26IMA: only allocate iint when neededEric Paris
2010-10-26IMA: move read counter into struct inodeEric Paris
2010-10-26IMA: use i_writecount rather than a private counterEric Paris
2010-10-26IMA: use inode->i_lock to protect read and write countersEric Paris
2010-10-26IMA: use unsigned int instead of long for countersEric Paris
2010-10-26IMA: drop the inode opencount since it isn't needed for operationEric Paris
2010-09-08ima: always maintain countersMimi Zohar