summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima.h (follow)
Commit message (Expand)AuthorAge
* ima: Fix ima digest hash table key calculationKrzysztof Struczynski2020-06-20
* ima: fix ima_show_template_data_ascii()Mimi Zohar2015-06-16
* ima: pass iint to ima_add_violation()Roberto Sassu2015-05-21
* ima: wrap event related data to the new ima_event_data structureRoberto Sassu2015-05-21
* ima: added ima_policy_flag variableRoberto Sassu2014-09-17
* ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin2014-09-17
* ima: add missing '__init' keywordsDmitry Kasatkin2014-09-09
* integrity: remove declaration of non-existing functionsDmitry Kasatkin2014-09-09
* ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-09
* ima: add support for measuring and appraising firmwareMimi Zohar2014-07-25
* ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar2014-07-17
* ima: restore the original behavior for sending data with ima templateRoberto Sassu2014-03-07
* ima: properly free ima_template_entry structuresRoberto Sassu2013-12-02
* ima: do not send field length to userspace for digest of ima templateRoberto Sassu2013-11-25
* ima: do not include field length in template digest calc for ima templateRoberto Sassu2013-11-25
* ima: extend the measurement list to include the file signatureMimi Zohar2013-10-31
* ima: switch to new template management mechanismRoberto Sassu2013-10-25
* ima: define template fields library and new helpersRoberto Sassu2013-10-25
* ima: new templates management mechanismRoberto Sassu2013-10-25
* ima: define new function ima_alloc_init_template() to APIRoberto Sassu2013-10-25
* ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu2013-10-25
* ima: pass the file descriptor to ima_add_violation()Roberto Sassu2013-10-25
* ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin2013-10-25
* ima: differentiate between template hash and file data hash sizesMimi Zohar2013-10-25
* ima: read and use signature hash algorithmDmitry Kasatkin2013-10-25
* ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2013-10-25
* integrity: move integrity_audit_msg()Mimi Zohar2013-06-20
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-21
|\
| * ima: rename hash calculation functionsDmitry Kasatkin2013-02-06
| * ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin2013-02-06
| * ima: per hook cache integrity appraisal statusMimi Zohar2013-01-22
| * ima: move full pathname resolution to separate functionDmitry Kasatkin2013-01-16
| * ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar2013-01-16
* | ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar2012-12-24
|/
* ima: support new kernel module syscallMimi Zohar2012-12-14
* ima: fix bug in argument orderDmitry Kasatkin2012-10-05
* ima: audit log hashesPeter Moody2012-09-13
* ima: rename ima_must_appraise_or_measureDmitry Kasatkin2012-09-12
* ima: integrity appraisal extensionMimi Zohar2012-09-07
* ima: audit is compiled only when enabledDmitry Kasatkin2012-07-05
* integrity: sparse fix: move iint_initialized to integrity.hJames Morris2011-09-09
* integrity: move ima inode integrity data managementMimi Zohar2011-07-18
* ima: remove unnecessary call to ima_must_measureMimi Zohar2011-02-23
* IMA: drop refcnt from ima_iint_cache since it isn't 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: convert internal flags from long to charEric 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