Age | Commit message (Expand) | Author |
2021-08-16 | IMA: introduce a new policy option func=SETXATTR_CHECK | THOBY Simon |
2021-08-16 | IMA: add support to restrict the hash algorithms used for file appraisal | THOBY Simon |
2021-08-16 | IMA: block writes of the security.ima xattr with unsupported algorithms | THOBY Simon |
2021-07-23 | ima: Add digest and digest_len params to the functions to measure a buffer | Roberto Sassu |
2021-07-23 | ima: Return int in the functions to measure a buffer | Roberto Sassu |
2021-03-08 | powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c | Lakshmi Ramasubramanian |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-01-24 | ima: handle idmapped mounts | Christian Brauner |
2021-01-14 | IMA: define a hook to measure kernel integrity critical data | Tushar Sugandhi |
2021-01-14 | IMA: add support to measure buffer data hash | Tushar Sugandhi |
2021-01-14 | IMA: generalize keyring specific measurement constructs | Tushar Sugandhi |
2020-11-20 | ima: select ima-buf template for buffer measurement | Lakshmi Ramasubramanian |
2020-10-29 | ima: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-07-20 | ima: Rename internal filter rule functions | Tyler Hicks |
2020-07-20 | ima: Support additional conditionals in the KEXEC_CMDLINE hook function | Tyler Hicks |
2020-07-20 | ima: Move comprehensive rule validation checks out of the token parser | Tyler Hicks |
2020-07-16 | ima: Have the LSM free its audit rule | Tyler Hicks |
2020-07-16 | IMA: Add audit log for failure conditions | Lakshmi Ramasubramanian |
2020-06-24 | ima: extend boot_aggregate with kernel measurements | Maurizio Drocco |
2020-06-03 | ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init() | Roberto Sassu |
2020-05-07 | ima: Fix ima digest hash table key calculation | Krzysztof Struczynski |
2020-04-19 | ima: Use ima_hash_algo for collision detection in the measurement list | Roberto Sassu |
2020-04-19 | ima: Switch to dynamically allocated buffer for template digests | Roberto Sassu |
2020-04-19 | ima: Store template digest directly in ima_template_entry | Roberto Sassu |
2020-01-23 | IMA: Defined delayed workqueue to free the queued keys | Lakshmi Ramasubramanian |
2020-01-23 | IMA: Define workqueue for early boot key measurements | Lakshmi Ramasubramanian |
2019-12-12 | IMA: Add support to limit measuring keys | Lakshmi Ramasubramanian |
2019-12-12 | IMA: Add KEY_CHECK func to measure keys | Lakshmi Ramasubramanian |
2019-11-12 | ima: Check against blacklisted hashes for files with modsig | Nayna Jain |
2019-11-12 | ima: Make process_buffer_measurement() generic | Nayna Jain |
2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-08-19 | kexec: Allow kexec_file() with appropriate IMA policy when locked down | Matthew Garrett |
2019-08-05 | ima: Store the measurement again when appraising a modsig | Thiago Jung Bauermann |
2019-08-05 | ima: Define ima-modsig template | Thiago Jung Bauermann |
2019-08-05 | ima: Collect modsig | Thiago Jung Bauermann |
2019-08-05 | ima: Implement support for module-style appended signatures | Thiago Jung Bauermann |
2019-08-05 | ima: Add modsig appraise_type option for module-style appended signatures | Thiago Jung Bauermann |
2019-07-08 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-06-30 | IMA: Define a new template field buf | Prakhar Srivastava |
2019-06-24 | IMA: Define a new hook to measure the kexec boot command line arguments | Prakhar Srivastava |
2019-06-19 | IMA: support for per policy rule template formats | Matthew Garrett |
2019-06-14 | ima: use the lsm policy update notifier | Janne Karhunen |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner |
2019-03-10 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds |
2019-02-13 | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu |
2019-01-31 | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs |
2018-10-10 | security/integrity: constify some read-only data | Eric Biggers |
2018-08-15 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds |
2018-08-15 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-07-28 | ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead | Stefan Berger |