summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h
Commit message (Expand)AuthorAgeFilesLines
* ima: added ima_policy_flag variableRoberto Sassu2014-09-171-0/+4
* ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin2014-09-171-2/+3
* ima: add missing '__init' keywordsDmitry Kasatkin2014-09-091-2/+0
* integrity: remove declaration of non-existing functionsDmitry Kasatkin2014-09-091-9/+0
* ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-091-2/+2
* ima: add support for measuring and appraising firmwareMimi Zohar2014-07-251-1/+2
* ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar2014-07-171-0/+12
* ima: restore the original behavior for sending data with ima templateRoberto Sassu2014-03-071-1/+1
* ima: properly free ima_template_entry structuresRoberto Sassu2013-12-021-0/+1
* ima: do not send field length to userspace for digest of ima templateRoberto Sassu2013-11-251-1/+2
* ima: do not include field length in template digest calc for ima templateRoberto Sassu2013-11-251-1/+2
* ima: extend the measurement list to include the file signatureMimi Zohar2013-10-311-3/+7
* ima: switch to new template management mechanismRoberto Sassu2013-10-251-12/+7
* ima: define template fields library and new helpersRoberto Sassu2013-10-251-0/+5
* ima: new templates management mechanismRoberto Sassu2013-10-251-0/+29
* ima: define new function ima_alloc_init_template() to APIRoberto Sassu2013-10-251-0/+3
* ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu2013-10-251-2/+3
* ima: pass the file descriptor to ima_add_violation()Roberto Sassu2013-10-251-1/+1
* ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin2013-10-251-1/+1
* ima: differentiate between template hash and file data hash sizesMimi Zohar2013-10-251-1/+1
* ima: read and use signature hash algorithmDmitry Kasatkin2013-10-251-3/+26
* ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2013-10-251-3/+4
* integrity: move integrity_audit_msg()Mimi Zohar2013-06-201-14/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-211-5/+16
|\
| * ima: rename hash calculation functionsDmitry Kasatkin2013-02-061-2/+2
| * ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin2013-02-061-0/+1
| * ima: per hook cache integrity appraisal statusMimi Zohar2013-01-221-2/+11
| * ima: move full pathname resolution to separate functionDmitry Kasatkin2013-01-161-0/+1
| * ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar2013-01-161-1/+1
* | ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar2012-12-241-0/+1
|/
* ima: support new kernel module syscallMimi Zohar2012-12-141-1/+1
* ima: fix bug in argument orderDmitry Kasatkin2012-10-051-3/+3
* ima: audit log hashesPeter Moody2012-09-131-0/+2
* ima: rename ima_must_appraise_or_measureDmitry Kasatkin2012-09-121-1/+1
* ima: integrity appraisal extensionMimi Zohar2012-09-071-2/+35
* ima: audit is compiled only when enabledDmitry Kasatkin2012-07-051-0/+9
* integrity: sparse fix: move iint_initialized to integrity.hJames Morris2011-09-091-1/+0
* integrity: move ima inode integrity data managementMimi Zohar2011-07-181-20/+9
* ima: remove unnecessary call to ima_must_measureMimi Zohar2011-02-231-2/+1
* IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris2010-10-261-3/+1
* IMA: move read counter into struct inodeEric Paris2010-10-261-2/+1
* IMA: use i_writecount rather than a private counterEric Paris2010-10-261-1/+0
* IMA: use inode->i_lock to protect read and write countersEric Paris2010-10-261-0/+1
* IMA: convert internal flags from long to charEric Paris2010-10-261-2/+2
* IMA: use unsigned int instead of long for countersEric Paris2010-10-261-2/+2
* IMA: drop the inode opencount since it isn't needed for operationEric Paris2010-10-261-1/+0
* IMA: use rbtree instead of radix tree for inode information cacheEric Paris2010-10-261-3/+3
* ima: always maintain countersMimi Zohar2010-09-081-0/+1
* ima: handle multiple rules per writeEric Paris2010-04-211-1/+1
* ima: rename PATH_CHECK to FILE_CHECKMimi Zohar2010-02-071-1/+1
OpenPOWER on IntegriCloud