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