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