summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h
Commit message (Expand)AuthorAgeFilesLines
* ima: store the builtin/custom template definitions in a listMimi Zohar2016-12-201-0/+2
* ima: on soft reboot, save the measurement listMimi Zohar2016-12-201-0/+1
* ima: maintain memory size needed for serializing the measurement listMimi Zohar2016-12-201-0/+1
* ima: on soft reboot, restore the measurement listMimi Zohar2016-12-201-0/+21
* ima: include pcr for each measurement log entryEric Richter2016-06-301-2/+4
* ima: extend ima_get_action() to return the policy pcrEric Richter2016-06-301-2/+3
* constify ima_d_path()Al Viro2016-03-281-1/+1
* ima: measure and appraise the IMA policy itselfMimi Zohar2016-02-211-0/+2
* ima: support for kexec image and initramfsMimi Zohar2016-02-211-0/+2
* ima: remove firmware and module specific cached status infoMimi Zohar2016-02-211-1/+2
* ima: define a new hook to measure and appraise a file already in memoryMimi Zohar2016-02-211-1/+3
* ima: provide buffer hash calculation functionDmitry Kasatkin2016-02-181-0/+2
* ima: use "ima_hooks" enum as function argumentMimi Zohar2016-02-181-8/+17
* ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin2016-02-181-8/+7Star
* IMA: policy can be updated zero timesSasha Levin2015-12-251-0/+1
* IMA: allow reading back the current IMA policyPetko Manolov2015-12-151-2/+13
* integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin2015-11-231-12/+0Star
* ima: fix ima_show_template_data_ascii()Mimi Zohar2015-06-161-1/+1
* ima: pass iint to ima_add_violation()Roberto Sassu2015-05-211-0/+2
* ima: wrap event related data to the new ima_event_data structureRoberto Sassu2015-05-211-10/+15
* 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/+0Star
* integrity: remove declaration of non-existing functionsDmitry Kasatkin2014-09-091-9/+0Star
* 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-031-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-11-011-3/+7
* ima: switch to new template management mechanismRoberto Sassu2013-10-251-12/+7Star
* 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/+0Star
* 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
|/