| Commit message (Expand) | Author | Age | Files | Lines |
* | ima: Allow template selection with ima_template[_fmt]= after ima_hash= | Roberto Sassu | 2022-02-02 | 1 | -3/+7 |
* | ima: Set correct casting types | Roberto Sassu | 2021-06-08 | 1 | -4/+4 |
* | ima: Define new template evm-sig | Roberto Sassu | 2021-06-03 | 1 | -1/+4 |
* | ima: Define new template fields xattrnames, xattrlengths and xattrvalues | Roberto Sassu | 2021-06-03 | 1 | -0/+9 |
* | ima: Define new template field imode | Roberto Sassu | 2021-06-01 | 1 | -0/+2 |
* | ima: Define new template fields iuid and igid | Roberto Sassu | 2021-06-01 | 1 | -0/+4 |
* | ima: Introduce template field evmsig and write to field sig as fallback | Roberto Sassu | 2021-06-01 | 1 | -0/+2 |
* | ima: Fix the error code for restoring the PCR value | Li Huafei | 2021-03-24 | 1 | -2/+2 |
* | ima: select ima-buf template for buffer measurement | Lakshmi Ramasubramanian | 2020-11-20 | 1 | -0/+26 |
* | Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris... | Linus Torvalds | 2020-08-11 | 1 | -1/+1 |
|\ |
|
| * | Replace HTTP links with HTTPS ones: security | Alexander A. Klimov | 2020-08-06 | 1 | -1/+1 |
* | | ima: Calculate and extend PCR with digests in ima_template_entry | Roberto Sassu | 2020-04-20 | 1 | -2/+12 |
* | | ima: Switch to dynamically allocated buffer for template digests | Roberto Sassu | 2020-04-20 | 1 | -2/+13 |
|/ |
|
* | integrity: Remove duplicate pr_fmt definitions | Tushar Sugandhi | 2020-02-28 | 1 | -2/+0 |
* | ima: use struct_size() in kzalloc() | Gustavo A. R. Silva | 2019-08-29 | 1 | -3/+2 |
* | ima: Store the measurement again when appraising a modsig | Thiago Jung Bauermann | 2019-08-06 | 1 | -0/+19 |
* | ima: Define ima-modsig template | Thiago Jung Bauermann | 2019-08-06 | 1 | -1/+6 |
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-09 | 1 | -9/+14 |
|\ |
|
| * | ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definition | Thiago Jung Bauermann | 2019-06-30 | 1 | -1/+7 |
| * | IMA: Define a new template field buf | Prakhar Srivastava | 2019-06-30 | 1 | -0/+3 |
| * | IMA: support for per policy rule template formats | Matthew Garrett | 2019-06-20 | 1 | -8/+4 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -5/+1 |
|/ |
|
* | security/integrity: constify some read-only data | Eric Biggers | 2018-10-10 | 1 | -5/+6 |
* | ima: Fix line continuation format | Joe Perches | 2017-12-18 | 1 | -6/+5 |
* | ima: use ima_parse_buf() to parse template data | Roberto Sassu | 2017-06-21 | 1 | -31/+13 |
* | ima: use ima_parse_buf() to parse measurements headers | Roberto Sassu | 2017-06-21 | 1 | -52/+28 |
* | ima: define a canonical binary_runtime_measurements list format | Mimi Zohar | 2016-12-20 | 1 | -2/+21 |
* | ima: support restoring multiple template formats | Mimi Zohar | 2016-12-20 | 1 | -3/+49 |
* | ima: store the builtin/custom template definitions in a list | Mimi Zohar | 2016-12-20 | 1 | -11/+40 |
* | ima: on soft reboot, restore the measurement list | Mimi Zohar | 2016-12-20 | 1 | -0/+177 |
* | ima: separate 'security.ima' reading functionality from collect | Dmitry Kasatkin | 2016-02-18 | 1 | -2/+0 |
* | ima: added support for new kernel cmdline parameter ima_template_fmt | Roberto Sassu | 2014-10-13 | 1 | -5/+34 |
* | ima: allocate field pointers array on demand in template_desc_init_fields() | Roberto Sassu | 2014-10-13 | 1 | -21/+13 |
* | ima: don't allocate a copy of template_fmt in template_desc_init_fields() | Roberto Sassu | 2014-10-13 | 1 | -13/+17 |
* | ima: display template format in meas. list if template name length is zero | Roberto Sassu | 2014-10-13 | 1 | -1/+3 |
* | ima: added error messages to template-related functions | Roberto Sassu | 2014-10-13 | 1 | -5/+17 |
* | ima: initialize only required template | Dmitry Kasatkin | 2014-09-09 | 1 | -24/+4 |
* | ima: add missing '__init' keywords | Dmitry Kasatkin | 2014-09-09 | 1 | -2/+2 |
* | integrity: fix checkpatch errors | Dmitry Kasatkin | 2014-03-07 | 1 | -7/+7 |
* | security: integrity: Use a more current logging style | Joe Perches | 2014-03-07 | 1 | -1/+4 |
* | ima: store address of template_fmt_copy in a pointer before calling strsep | Roberto Sassu | 2013-11-30 | 1 | -2/+4 |
* | ima: make a copy of template_fmt in template_desc_init_fields() | Roberto Sassu | 2013-11-25 | 1 | -7/+14 |
* | ima: extend the measurement list to include the file signature | Mimi Zohar | 2013-11-01 | 1 | -0/+3 |
* | ima: define kernel parameter 'ima_template=' to change configured default | Roberto Sassu | 2013-10-27 | 1 | -0/+31 |
* | ima: add Kconfig default measurement list template | Mimi Zohar | 2013-10-27 | 1 | -2/+2 |
* | ima: switch to new template management mechanism | Roberto Sassu | 2013-10-25 | 1 | -0/+22 |
* | ima: define new template ima-ng and template fields d-ng and n-ng | Roberto Sassu | 2013-10-25 | 1 | -1/+6 |
* | ima: define template fields library and new helpers | Roberto Sassu | 2013-10-25 | 1 | -5/+10 |
* | ima: new templates management mechanism | Roberto Sassu | 2013-10-25 | 1 | -0/+112 |