Age | Commit message (Expand) | Author |
2020-06-12 | ima: fix mprotect checking | Mimi Zohar |
2020-05-22 | ima: verify mprotect change is consistent with mmap policy | Mimi Zohar |
2020-04-19 | ima: Evaluate error in init_ima() | Roberto Sassu |
2020-02-28 | integrity: Remove duplicate pr_fmt definitions | Tushar Sugandhi |
2020-02-28 | IMA: Add log statements for failure conditions | Tushar Sugandhi |
2020-01-22 | ima: add the ability to query the cached hash of a given file | Florent Revest |
2019-12-12 | IMA: Add support to limit measuring keys | Lakshmi Ramasubramanian |
2019-12-12 | IMA: Check IMA policy flag | 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-19 | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE | Jiri Bohac |
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-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-06-04 | ima: prevent a file already mmap'ed write to be mmap'ed execute | Mimi Zohar |
2019-02-04 | ima: define ima_post_create_tmpfile() hook and add missing call | Mimi Zohar |
2019-01-02 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-12-20 | security: integrity: partial revert of make ima_main explicitly non-modular | Paul Gortmaker |
2018-12-17 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | James Morris |
2018-12-12 | ima: Use inode_is_open_for_write | Nikolay Borisov |
2018-12-12 | security: integrity: make ima_main explicitly non-modular | Paul Gortmaker |
2018-12-11 | ima: prevent kexec_load syscall based on runtime secureboot flag | Nayna Jain |
2018-10-10 | security/integrity: constify some read-only data | Eric Biggers |
2018-08-15 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-07-16 | ima: based on policy warn about loading firmware (pre-allocated buffer) | Mimi Zohar |
2018-07-16 | module: replace the existing LSM hook in init_module | Mimi Zohar |
2018-07-16 | ima: based on policy require signed firmware (sysfs fallback) | Mimi Zohar |
2018-07-16 | ima: based on policy require signed kexec kernel images | Mimi Zohar |
2018-07-12 | IMA: don't propagate opened through the entire thing | Al Viro |
2018-05-31 | ima: use match_string() helper | Yisheng Xie |
2018-05-22 | ima: based on policy verify firmware signatures (pre-allocated buffer) | Mimi Zohar |
2018-05-17 | ima: Remove unused variable ima_initialized | Petr Vorel |
2018-03-25 | ima: Fallback to the builtin hash algorithm | Petr Vorel |
2018-03-23 | ima: fail signature verification based on policy | Mimi Zohar |
2018-03-23 | ima: re-evaluate files on privileged mounted filesystems | Mimi Zohar |
2018-03-23 | IMA: Support using new creds in appraisal policy | Matthew Garrett |
2018-02-01 | iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} | Goffredo Baroncelli |
2018-01-31 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-01-29 | IMA: switch IMA over to new i_version API | Jeff Layton |
2017-12-18 | ima: Use i_version only when filesystem supports it | Sascha Hauer |
2017-12-18 | ima: log message to module appraisal error | Bruno E. O. Meneguele |