aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-18ima: provide buffer hash calculation functionDmitry Kasatkin1-0/+2
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar1-8/+17
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin1-8/+7
2015-12-24IMA: policy can be updated zero timesSasha Levin1-0/+1
2015-12-15IMA: allow reading back the current IMA policyPetko Manolov1-2/+13
2015-11-23integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin1-12/+0
2015-06-16ima: fix ima_show_template_data_ascii()Mimi Zohar1-1/+1
2015-05-21ima: pass iint to ima_add_violation()Roberto Sassu1-0/+2
2015-05-21ima: wrap event related data to the new ima_event_data structureRoberto Sassu1-10/+15
2014-09-17ima: added ima_policy_flag variableRoberto Sassu1-0/+4
2014-09-17ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin1-2/+3
2014-09-09ima: add missing '__init' keywordsDmitry Kasatkin1-2/+0
2014-09-09integrity: remove declaration of non-existing functionsDmitry Kasatkin1-9/+0
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin1-2/+2
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar1-1/+2
2014-07-17ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar1-0/+12
2014-03-07ima: restore the original behavior for sending data with ima templateRoberto Sassu1-1/+1
2013-12-02ima: properly free ima_template_entry structuresRoberto Sassu1-0/+1
2013-11-25ima: do not send field length to userspace for digest of ima templateRoberto Sassu1-1/+2
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu1-1/+2
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar1-3/+7
2013-10-25ima: switch to new template management mechanismRoberto Sassu1-12/+7
2013-10-25ima: define template fields library and new helpersRoberto Sassu1-0/+5
2013-10-25ima: new templates management mechanismRoberto Sassu1-0/+29
2013-10-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu1-0/+3
2013-10-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu1-2/+3
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu1-1/+1
2013-10-25ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin1-1/+1
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar1-1/+1
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin1-3/+26
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin1-3/+4
2013-06-20integrity: move integrity_audit_msg()Mimi Zohar1-14/+0
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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-22ima: per hook cache integrity appraisal statusMimi Zohar1-2/+11
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin1-0/+1
2013-01-16ima: 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-05ima: audit is compiled only when enabledDmitry Kasatkin1-0/+9
2011-09-09integrity: 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-23ima: 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