aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2018-11-26audit: use current whenever possiblePaul Moore1-1/+1
2018-10-10security/integrity: constify some read-only dataEric Biggers1-1/+2
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-1/+1
2018-03-25ima: drop vla in ima_audit_measurement()Tycho Andersen1-6/+10
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett1-3/+6
2018-01-31Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2018-01-29IMA: switch IMA over to new i_version APIJeff Layton1-1/+2
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar1-1/+1
2017-11-08ima: always measure and audit files in policyMimi Zohar1-25/+42
2017-01-27ima: allow to check MAY_APPENDLans Zhang1-1/+2
2017-01-27ima: fix ima_d_path() possible race with renameMimi Zohar1-2/+18
2016-06-30ima: change integrity cache to store measured pcrEric Richter1-2/+4
2016-06-30ima: include pcr for each measurement log entryEric Richter1-4/+6
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-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar1-2/+4
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar1-3/+3
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin1-12/+3
2015-05-21ima: pass iint to ima_add_violation()Roberto Sassu1-3/+5
2015-05-21ima: wrap event related data to the new ima_event_data structureRoberto Sassu1-10/+8
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+3
2014-11-19kill f_dentry usesAl Viro1-2/+2
2014-11-17ima: load x509 certificate from the kernelDmitry Kasatkin1-2/+1
2014-10-07ima: use path names cacheDmitry Kasatkin1-2/+2
2014-09-18ima: detect violations for mmaped filesRoberto Sassu1-5/+0
2014-09-09ima: remove usage of filename parameterDmitry Kasatkin1-3/+2
2014-06-03ima: audit log files opened with O_DIRECT flagMimi Zohar1-1/+9
2014-03-07ima: return d_name.name if d_path failsDmitry Kasatkin1-1/+1
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin1-4/+4
2014-03-07ima: use static const char array definitionsMimi Zohar1-4/+4
2014-03-04ima: new helper: file_inode(file)Libo Chen1-1/+1
2013-12-02ima: properly free ima_template_entry structuresRoberto Sassu1-4/+17
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu1-0/+1
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar1-4/+10
2013-10-26ima: add audit log support for larger hashesMimi Zohar1-1/+4
2013-10-25ima: switch to new template management mechanismRoberto Sassu1-49/+26
2013-10-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu1-28/+60
2013-10-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu1-4/+5
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu1-1/+2
2013-10-25ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin1-0/+3
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar1-1/+1
2013-10-25ima: use dynamically allocated hash storageDmitry Kasatkin1-20/+37
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin1-1/+11
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin1-8/+24
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin1-3/+3
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin1-0/+17