aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_api.c
AgeCommit message (Expand)Author
2023-12-08ima: detect changes to the backing overlay fileMimi Zohar
2019-08-29ima: ima_api: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-08-05ima: Store the measurement again when appraising a modsigThiago Jung Bauermann
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann
2019-08-05ima: Collect modsigThiago Jung Bauermann
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-24IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett
2019-06-14ima: Use designated initializers for struct ima_event_dataThiago Jung Bauermann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-11-26audit: use current whenever possiblePaul Moore
2018-10-10security/integrity: constify some read-only dataEric Biggers
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-03-25ima: drop vla in ima_audit_measurement()Tycho Andersen
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett
2018-01-31Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-29IMA: switch IMA over to new i_version APIJeff Layton
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar
2017-11-08ima: always measure and audit files in policyMimi Zohar
2017-01-27ima: allow to check MAY_APPENDLans Zhang
2017-01-27ima: fix ima_d_path() possible race with renameMimi Zohar
2016-06-30ima: change integrity cache to store measured pcrEric Richter
2016-06-30ima: include pcr for each measurement log entryEric Richter
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter
2016-03-28constify ima_d_path()Al Viro
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin
2015-05-21ima: pass iint to ima_add_violation()Roberto Sassu
2015-05-21ima: wrap event related data to the new ima_event_data structureRoberto Sassu
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-11-19kill f_dentry usesAl Viro
2014-11-17ima: load x509 certificate from the kernelDmitry Kasatkin
2014-10-07ima: use path names cacheDmitry Kasatkin
2014-09-18ima: detect violations for mmaped filesRoberto Sassu
2014-09-09ima: remove usage of filename parameterDmitry Kasatkin
2014-06-03ima: audit log files opened with O_DIRECT flagMimi Zohar
2014-03-07ima: return d_name.name if d_path failsDmitry Kasatkin
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin
2014-03-07ima: use static const char array definitionsMimi Zohar
2014-03-04ima: new helper: file_inode(file)Libo Chen
2013-12-02ima: properly free ima_template_entry structuresRoberto Sassu
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar
2013-10-26ima: add audit log support for larger hashesMimi Zohar
2013-10-25ima: switch to new template management mechanismRoberto Sassu
2013-10-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu
2013-10-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu