summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_api.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-271-1/+0Star
|\
| * security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+0Star
* | audit: use current whenever possiblePaul Moore2018-11-271-1/+1
|/
* security/integrity: constify some read-only dataEric Biggers2018-10-101-1/+2
* audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
* ima: drop vla in ima_audit_measurement()Tycho Andersen2018-03-251-6/+10
* IMA: Support using new creds in appraisal policyMatthew Garrett2018-03-231-3/+6
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-311-1/+1
|\
| * ima: support new "hash" and "dont_hash" policy actionsMimi Zohar2017-12-181-1/+1
* | IMA: switch IMA over to new i_version APIJeff Layton2018-01-291-1/+2
|/
* ima: always measure and audit files in policyMimi Zohar2017-11-081-25/+42
* ima: allow to check MAY_APPENDLans Zhang2017-01-271-1/+2
* ima: fix ima_d_path() possible race with renameMimi Zohar2017-01-271-2/+18
* ima: change integrity cache to store measured pcrEric Richter2016-06-301-2/+4
* ima: include pcr for each measurement log entryEric Richter2016-06-301-4/+6
* 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: define a new hook to measure and appraise a file already in memoryMimi Zohar2016-02-211-2/+4
* ima: use "ima_hooks" enum as function argumentMimi Zohar2016-02-181-3/+3
* ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin2016-02-181-12/+3Star
* ima: pass iint to ima_add_violation()Roberto Sassu2015-05-211-3/+5
* ima: wrap event related data to the new ima_event_data structureRoberto Sassu2015-05-211-10/+8Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-151-4/+3Star
|\
| * ima: load x509 certificate from the kernelDmitry Kasatkin2014-11-181-2/+1Star
| * ima: use path names cacheDmitry Kasatkin2014-10-071-2/+2
* | kill f_dentry usesAl Viro2014-11-191-2/+2
|/
* ima: detect violations for mmaped filesRoberto Sassu2014-09-181-5/+0Star
* ima: remove usage of filename parameterDmitry Kasatkin2014-09-091-3/+2Star
* ima: audit log files opened with O_DIRECT flagMimi Zohar2014-06-031-1/+9
* ima: return d_name.name if d_path failsDmitry Kasatkin2014-03-071-1/+1
* integrity: fix checkpatch errorsDmitry Kasatkin2014-03-071-4/+4
* ima: use static const char array definitionsMimi Zohar2014-03-071-4/+4
* ima: new helper: file_inode(file)Libo Chen2014-03-041-1/+1
* ima: properly free ima_template_entry structuresRoberto Sassu2013-12-031-4/+17
* ima: do not include field length in template digest calc for ima templateRoberto Sassu2013-11-251-0/+1
* ima: extend the measurement list to include the file signatureMimi Zohar2013-11-011-4/+10
* ima: add audit log support for larger hashesMimi Zohar2013-10-271-1/+4
* ima: switch to new template management mechanismRoberto Sassu2013-10-251-49/+26Star
* ima: define new function ima_alloc_init_template() to APIRoberto Sassu2013-10-251-28/+60
* ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu2013-10-251-4/+5
* ima: pass the file descriptor to ima_add_violation()Roberto Sassu2013-10-251-1/+2
* ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin2013-10-251-0/+3
* ima: differentiate between template hash and file data hash sizesMimi Zohar2013-10-251-1/+1
* ima: use dynamically allocated hash storageDmitry Kasatkin2013-10-251-20/+37
* ima: read and use signature hash algorithmDmitry Kasatkin2013-10-251-1/+11
* ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2013-10-251-8/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-231-3/+3
* | ima: rename hash calculation functionsDmitry Kasatkin2013-02-061-3/+3