summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_template_lib.c
Commit message (Expand)AuthorAgeFilesLines
* integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-081-4/+6
* ima: Fix use-after-free on a dentry's dname.nameStefan Berger2024-04-081-3/+14
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-6/+5
* ima: fix violation measurement list recordMimi Zohar2022-07-061-3/+3
* ima: support fs-verity file digest based version 3 signaturesMimi Zohar2022-05-051-1/+3
* ima: permit fsverity's file digests in the IMA measurement listMimi Zohar2022-05-051-3/+7
* ima: define a new template field named 'd-ngv2' and templatesMimi Zohar2022-05-051-11/+65
* ima: use IMA default hash algorithm for integrity violationsMimi Zohar2022-05-011-1/+1
* ima: fix 'd-ng' comments and documentationMimi Zohar2022-05-011-3/+5
* ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar2022-02-151-4/+1
* ima: Fix trivial typos in the commentsAustin Kim2022-02-151-1/+1
* ima: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-081-0/+1
* ima/evm: Fix type mismatchRoberto Sassu2021-06-081-5/+6
* ima: Set correct casting typesRoberto Sassu2021-06-081-5/+6
* ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu2021-06-021-0/+64
* ima: Define new template field imodeRoberto Sassu2021-06-011-0/+22
* ima: Define new template fields iuid and igidRoberto Sassu2021-06-011-0/+45
* ima: Add ima_show_template_uint() template library functionRoberto Sassu2021-06-011-1/+37
* ima: Introduce template field evmsig and write to field sig as fallbackRoberto Sassu2021-06-011-1/+32
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds2020-08-111-1/+1
|\
| * Replace HTTP links with HTTPS ones: securityAlexander A. Klimov2020-08-061-1/+1
* | ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu2020-06-031-0/+18
|/
* integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi2020-02-281-2/+0
* ima: Define ima-modsig templateThiago Jung Bauermann2019-08-051-1/+63
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-0/+21
|\
| * IMA: Define a new template field bufPrakhar Srivastava2019-06-301-0/+21
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva2019-02-221-0/+1
* ima: Unify loggingPetr Vorel2018-05-171-0/+2
* ima: Simplify ima_eventsig_init()Thiago Jung Bauermann2018-03-251-8/+3
* ima: introduce ima_parse_buf()Roberto Sassu2017-06-211-0/+61
* ima: define a canonical binary_runtime_measurements list formatMimi Zohar2016-12-201-2/+5
* ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin2016-02-181-1/+0
* ima: fix ima_show_template_data_ascii()Mimi Zohar2015-06-161-1/+2
* ima: pass iint to ima_add_violation()Roberto Sassu2015-05-211-3/+2
* ima: wrap event related data to the new ima_event_data structureRoberto Sassu2015-05-211-41/+29
* kill f_dentry usesAl Viro2014-11-191-1/+1
* ima: reduce memory usage when a template containing the n field is usedRoberto Sassu2014-03-071-15/+4
* ima: restore the original behavior for sending data with ima templateRoberto Sassu2014-03-071-3/+7
* Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPMJames Morris2014-01-061-1/+5
|\
| * ima: do not send field length to userspace for digest of ima templateRoberto Sassu2013-11-251-1/+5
* | ima: remove unneeded size_limit argument from ima_eventdigest_init_common()Roberto Sassu2014-01-031-8/+6
* | ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init()Roberto Sassu2014-01-031-2/+2
* | ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init()Roberto Sassu2014-01-031-1/+1
|/
* ima: extend the measurement list to include the file signatureMimi Zohar2013-10-311-2/+36
* ima: define new template ima-ng and template fields d-ng and n-ngRoberto Sassu2013-10-251-16/+136
* ima: define template fields library and new helpersRoberto Sassu2013-10-251-0/+193