aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-10security/integrity: constify some read-only dataEric Biggers1-1/+1
2018-08-15Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2018-07-28ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger1-1/+0
2018-07-28ima: Use tpm_default_chip() and call TPM functions with a tpm_chipStefan Berger1-0/+1
2018-07-16ima: based on policy require signed kexec kernel imagesMimi Zohar1-0/+1
2018-07-12IMA: don't propagate opened through the entire thingAl Viro1-2/+2
2018-05-17ima: Remove unused variable ima_initializedPetr Vorel1-1/+0
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett1-4/+5
2017-06-21ima: Simplify policy_func_show.Thiago Jung Bauermann1-10/+15
2017-06-21integrity: Small code improvementsThiago Jung Bauermann1-1/+1
2017-06-21ima: fix up #endif commentsTycho Andersen1-2/+2
2017-01-27ima: fix ima_d_path() possible race with renameMimi Zohar1-1/+1
2016-12-20ima: define a canonical binary_runtime_measurements list formatMimi Zohar1-0/+6
2016-12-20ima: store the builtin/custom template definitions in a listMimi Zohar1-0/+2
2016-12-20ima: on soft reboot, save the measurement listMimi Zohar1-0/+1
2016-12-20ima: maintain memory size needed for serializing the measurement listMimi Zohar1-0/+1
2016-12-20ima: on soft reboot, restore the measurement listMimi Zohar1-0/+21
2016-06-30ima: include pcr for each measurement log entryEric Richter1-2/+4
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter1-2/+3
2016-03-28constify ima_d_path()Al Viro1-1/+1
2016-02-21ima: measure and appraise the IMA policy itselfMimi Zohar1-0/+2
2016-02-21ima: support for kexec image and initramfsMimi Zohar1-0/+2
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar1-1/+2
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar1-1/+3
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