Age | Commit message (Expand) | Author | Files | Lines |
2019-02-13 | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu | 3 | -1/+31 |
2019-02-13 | tpm: retrieve digest size of unknown algorithms with PCR read | Roberto Sassu | 1 | -5/+5 |
2019-01-02 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 1 | -2/+3 |
2019-01-02 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -53/+163 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-12-27 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -9/+6 |
2018-12-27 | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2018-12-20 | security: integrity: partial revert of make ima_main explicitly non-modular | Paul Gortmaker | 1 | -1/+1 |
2018-12-18 | ima: cleanup the match_token policy code | Mimi Zohar | 1 | -5/+5 |
2018-12-17 | Merge tag 'tpmdd-next-20181217' of git://git.infradead.org/users/jjs/linux-tp... | James Morris | 1 | -2/+3 |
2018-12-17 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | James Morris | 4 | -53/+163 |
2018-12-13 | ima: Use inode_is_open_for_write | Nikolay Borisov | 1 | -1/+1 |
2018-12-13 | ima: Support platform keyring for kernel appraisal | Nayna Jain | 1 | -2/+12 |
2018-12-13 | security: audit and remove any unnecessary uses of module.h | Paul Gortmaker | 6 | -6/+4 |
2018-12-13 | security: integrity: make ima_main explicitly non-modular | Paul Gortmaker | 1 | -4/+3 |
2018-12-11 | ima: don't measure/appraise files on efivarfs | Mimi Zohar | 1 | -1/+3 |
2018-12-11 | x86/ima: define arch_get_ima_policy() for x86 | Eric Richter | 1 | -1/+9 |
2018-12-11 | ima: add support for arch specific policies | Nayna Jain | 1 | -2/+70 |
2018-12-11 | ima: refactor ima_init_policy() | Nayna Jain | 1 | -41/+56 |
2018-12-11 | ima: prevent kexec_load syscall based on runtime secureboot flag | Nayna Jain | 1 | -6/+13 |
2018-11-27 | audit: use current whenever possible | Paul Moore | 1 | -1/+1 |
2018-11-13 | tpm: use u32 instead of int for PCR index | Tomas Winkler | 1 | -2/+3 |
2018-10-10 | ima: open a new file instance if no read permissions | Goldwyn Rodrigues | 1 | -20/+34 |
2018-10-10 | ima: fix showing large 'violations' or 'runtime_measurements_count' | Eric Biggers | 1 | -3/+3 |
2018-10-10 | security/integrity: constify some read-only data | Eric Biggers | 6 | -10/+13 |
2018-08-16 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -3/+7 |
2018-08-16 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 4 | -16/+10 |
2018-08-15 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -17/+158 |
2018-07-28 | ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead | Stefan Berger | 4 | -8/+4 |
2018-07-28 | ima: Use tpm_default_chip() and call TPM functions with a tpm_chip | Stefan Berger | 4 | -9/+7 |
2018-07-18 | ima: Differentiate auditing policy rules from "audit" actions | Stefan Berger | 1 | -2/+2 |
2018-07-18 | ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set | Stefan Berger | 2 | -1/+6 |
2018-07-18 | ima: Use audit_log_format() rather than audit_log_string() | Stefan Berger | 1 | -2/+1 |
2018-07-18 | ima: Call audit_log_string() rather than logging it untrusted | Stefan Berger | 1 | -1/+1 |
2018-07-16 | ima: based on policy warn about loading firmware (pre-allocated buffer) | Mimi Zohar | 1 | -0/+8 |
2018-07-16 | module: replace the existing LSM hook in init_module | Mimi Zohar | 1 | -13/+10 |
2018-07-16 | ima: add build time policy | Mimi Zohar | 2 | -3/+101 |
2018-07-16 | ima: based on policy require signed firmware (sysfs fallback) | Mimi Zohar | 1 | -1/+9 |
2018-07-16 | ima: based on policy require signed kexec kernel images | Mimi Zohar | 3 | -0/+30 |
2018-07-12 | IMA: don't propagate opened through the entire thing | Al Viro | 3 | -12/+12 |
2018-06-08 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -41/+71 |
2018-05-31 | IMA: use list_splice_tail_init_rcu() instead of its open coded variant | Petko Manolov | 1 | -15/+2 |
2018-05-31 | ima: use match_string() helper | Yisheng Xie | 1 | -7/+4 |
2018-05-22 | ima: fix updating the ima_appraise flag | Mimi Zohar | 1 | -9/+19 |
2018-05-22 | ima: based on policy verify firmware signatures (pre-allocated buffer) | Mimi Zohar | 1 | -0/+1 |
2018-05-22 | ima: define a new policy condition based on the filesystem name | Mimi Zohar | 1 | -1/+24 |
2018-05-17 | integrity: Add an integrity directory in securityfs | Matthew Garrett | 1 | -1/+8 |
2018-05-17 | ima: Remove unused variable ima_initialized | Petr Vorel | 2 | -6/+2 |
2018-05-17 | ima: Unify logging | Petr Vorel | 3 | -2/+9 |
2018-05-17 | ima: Reflect correct permissions for policy | Petr Vorel | 1 | -0/+2 |