summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_api.c
Commit message (Expand)AuthorAgeFilesLines
* ima: ima_api: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-08-291-2/+2
* ima: Store the measurement again when appraising a modsigThiago Jung Bauermann2019-08-051-4/+15
* ima: Define ima-modsig templateThiago Jung Bauermann2019-08-051-2/+3
* ima: Collect modsigThiago Jung Bauermann2019-08-051-1/+4
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-11/+27
|\
| * IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava2019-06-241-0/+1
| * IMA: support for per policy rule template formatsMatthew Garrett2019-06-191-7/+17
| * ima: Use designated initializers for struct ima_event_dataThiago Jung Bauermann2019-06-141-4/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-271-1/+0
|\
| * security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+0
* | audit: use current whenever possiblePaul Moore2018-11-261-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-201-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/+3
* 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/+8
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-141-4/+3
|\
| * ima: load x509 certificate from the kernelDmitry Kasatkin2014-11-171-2/+1
| * 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/+0
* ima: remove usage of filename parameterDmitry Kasatkin2014-09-091-3/+2
* 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-021-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-10-311-4/+10
* ima: add audit log support for larger hashesMimi Zohar2013-10-261-1/+4
* ima: switch to new template management mechanismRoberto Sassu2013-10-251-49/+26
* 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
OpenPOWER on IntegriCloud