summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima.h
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-5/+16
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin1-2/+2
2013-02-06ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin1-0/+1
2013-01-23ima: per hook cache integrity appraisal statusMimi Zohar1-2/+11
2013-01-17ima: move full pathname resolution to separate functionDmitry Kasatkin1-0/+1
2013-01-17ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar1-1/+1
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar1-0/+1
2012-12-14ima: support new kernel module syscallMimi Zohar1-1/+1
2012-10-05ima: fix bug in argument orderDmitry Kasatkin1-3/+3
2012-09-13ima: audit log hashesPeter Moody1-0/+2
2012-09-12ima: rename ima_must_appraise_or_measureDmitry Kasatkin1-1/+1
2012-09-07ima: integrity appraisal extensionMimi Zohar1-2/+35
2012-07-06ima: audit is compiled only when enabledDmitry Kasatkin1-0/+9
2011-09-10integrity: sparse fix: move iint_initialized to integrity.hJames Morris1-1/+0
2011-07-18integrity: move ima inode integrity data managementMimi Zohar1-20/+9
2011-02-24ima: remove unnecessary call to ima_must_measureMimi Zohar1-2/+1
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris1-3/+1
2010-10-26IMA: move read counter into struct inodeEric Paris1-2/+1
2010-10-26IMA: use i_writecount rather than a private counterEric Paris1-1/+0
2010-10-26IMA: use inode->i_lock to protect read and write countersEric Paris1-0/+1
2010-10-26IMA: convert internal flags from long to charEric Paris1-2/+2
2010-10-26IMA: use unsigned int instead of long for countersEric Paris1-2/+2
2010-10-26IMA: drop the inode opencount since it isn't needed for operationEric Paris1-1/+0
2010-10-26IMA: use rbtree instead of radix tree for inode information cacheEric Paris1-3/+3
2010-09-08ima: always maintain countersMimi Zohar1-0/+1
2010-04-21ima: handle multiple rules per writeEric Paris1-1/+1
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar1-1/+1
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris1-1/+0
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris1-1/+0
2009-12-16IMA: clean up the IMA counts updating codeEric Paris1-1/+0
2009-12-16ima: only insert at inode creation timeEric Paris1-1/+0
2009-02-12integrity: audit updateMimi Zohar1-1/+1
2009-02-06Integrity: IMA file free imbalanceMimi Zohar1-0/+2
2009-02-06integrity: IMA policyMimi Zohar1-0/+24
2009-02-06integrity: IMA displayMimi Zohar1-0/+5
2009-02-06integrity: IMA as an integrity service providerMimi Zohar1-0/+135