aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h
AgeCommit message (Expand)Author
2014-04-26ima: restore the original behavior for sending data with ima templateRoberto Sassu
2013-12-02ima: properly free ima_template_entry structuresRoberto Sassu
2013-11-25ima: do not send field length to userspace for digest of ima templateRoberto Sassu
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar
2013-10-25ima: switch to new template management mechanismRoberto Sassu
2013-10-25ima: define template fields library and new helpersRoberto Sassu
2013-10-25ima: new templates management mechanismRoberto Sassu
2013-10-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu
2013-10-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu
2013-10-25ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin
2013-06-20integrity: move integrity_audit_msg()Mimi Zohar
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin
2013-02-06ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar
2012-12-14ima: support new kernel module syscallMimi Zohar
2012-10-05ima: fix bug in argument orderDmitry Kasatkin
2012-09-13ima: audit log hashesPeter Moody
2012-09-12ima: rename ima_must_appraise_or_measureDmitry Kasatkin
2012-09-07ima: integrity appraisal extensionMimi Zohar
2012-07-05ima: audit is compiled only when enabledDmitry Kasatkin
2011-09-09integrity: sparse fix: move iint_initialized to integrity.hJames Morris
2011-07-18integrity: move ima inode integrity data managementMimi Zohar
2011-02-23ima: remove unnecessary call to ima_must_measureMimi Zohar
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't 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: convert internal flags from long to charEric 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-10-26IMA: use rbtree instead of radix tree for inode information cacheEric Paris
2010-09-08ima: always maintain countersMimi Zohar
2010-04-21ima: handle multiple rules per writeEric Paris
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris
2009-12-16IMA: clean up the IMA counts updating codeEric Paris
2009-12-16ima: only insert at inode creation timeEric Paris
2009-02-12integrity: audit updateMimi Zohar
2009-02-06Integrity: IMA file free imbalanceMimi Zohar
2009-02-06integrity: IMA policyMimi Zohar