| Commit message (Expand) | Author | Age | Files | Lines |
* | ima: Fallback to the builtin hash algorithm | Petr Vorel | 2018-03-25 | 2 | -0/+15 |
* | ima: Add smackfs to the default appraise/measure list | Martin Townsend | 2018-03-25 | 1 | -0/+2 |
* | evm: check for remount ro in progress before writing | Sascha Hauer | 2018-03-25 | 1 | -2/+6 |
* | ima: Improvements in ima_appraise_measurement() | Thiago Jung Bauermann | 2018-03-25 | 1 | -13/+22 |
* | ima: Simplify ima_eventsig_init() | Thiago Jung Bauermann | 2018-03-25 | 1 | -8/+3 |
* | integrity: Remove unused macro IMA_ACTION_RULE_FLAGS | Thiago Jung Bauermann | 2018-03-25 | 1 | -1/+0 |
* | ima: drop vla in ima_audit_measurement() | Tycho Andersen | 2018-03-25 | 1 | -6/+10 |
* | ima: Fix Kconfig to select TPM 2.0 CRB interface | Jiandi An | 2018-03-25 | 1 | -0/+1 |
* | evm: Constify *integrity_status_msg[] | Hernán Gonzalez | 2018-03-23 | 1 | -1/+1 |
* | evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c | Hernán Gonzalez | 2018-03-23 | 3 | -4/+3 |
* | ima: fail signature verification based on policy | Mimi Zohar | 2018-03-23 | 4 | -6/+14 |
* | ima: clear IMA_HASH | Mimi Zohar | 2018-03-23 | 1 | -1/+1 |
* | ima: re-evaluate files on privileged mounted filesystems | Mimi Zohar | 2018-03-23 | 1 | -2/+11 |
* | ima: fail file signature verification on non-init mounted filesystems | Mimi Zohar | 2018-03-23 | 1 | -1/+14 |
* | IMA: Support using new creds in appraisal policy | Matthew Garrett | 2018-03-23 | 7 | -29/+79 |
* | integrity/security: fix digsig.c build error with header file | Randy Dunlap | 2018-02-22 | 1 | -0/+1 |
* | Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-02-07 | 1 | -1/+1 |
|\ |
|
| * | iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} | Goffredo Baroncelli | 2018-02-01 | 1 | -1/+1 |
* | | ima: re-initialize iint->atomic_flags | Mimi Zohar | 2018-02-02 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 2018-01-31 | 3 | -3/+3 |
|\ |
|
| * | tpm: use struct tpm_chip for tpm_chip_find_get() | Jarkko Sakkinen | 2018-01-08 | 3 | -3/+3 |
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-01-31 | 11 | -105/+294 |
|\ \ |
|
| * | | ima/policy: fix parsing of fsuuid | Mike Rapoport | 2018-01-18 | 1 | -1/+1 |
| * | | ima: Use i_version only when filesystem supports it | Sascha Hauer | 2017-12-18 | 1 | -1/+2 |
| * | | integrity: remove unneeded initializations in integrity_iint_cache entries | Jeff Layton | 2017-12-18 | 1 | -4/+0 |
| * | | ima: log message to module appraisal error | Bruno E. O. Meneguele | 2017-12-18 | 1 | -1/+3 |
| * | | ima: pass filename to ima_rdwr_violation_check() | Roberto Sassu | 2017-12-18 | 1 | -3/+3 |
| * | | ima: Fix line continuation format | Joe Perches | 2017-12-18 | 1 | -6/+5 |
| * | | ima: support new "hash" and "dont_hash" policy actions | Mimi Zohar | 2017-12-18 | 5 | -20/+63 |
| * | | ima: re-introduce own integrity cache lock | Dmitry Kasatkin | 2017-12-11 | 4 | -40/+77 |
| * | | EVM: Add support for portable signature format | Matthew Garrett | 2017-12-11 | 5 | -21/+91 |
| * | | EVM: Allow userland to permit modification of EVM-protected metadata | Matthew Garrett | 2017-12-11 | 3 | -12/+53 |
| * | | ima: relax requiring a file signature for new files with zero length | Mimi Zohar | 2017-12-11 | 1 | -1/+2 |
| |/ |
|
* | | IMA: switch IMA over to new i_version API | Jeff Layton | 2018-01-29 | 2 | -2/+4 |
* | | ima: Use i_version only when filesystem supports it | Sascha Hauer | 2017-12-13 | 1 | -1/+2 |
|/ |
|
* | ima: do not update security.ima if appraisal status is not INTEGRITY_PASS | Roberto Sassu | 2017-11-20 | 1 | -0/+3 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 1 | -39/+17 |
|\ |
|
| * | ima: move to generic async completion | Gilad Ben-Yossef | 2017-11-03 | 1 | -39/+17 |
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-13 | 13 | -110/+108 |
|\ \ |
|
| * | | ima: Remove redundant conditional operator | Thiago Jung Bauermann | 2017-11-08 | 1 | -2/+2 |
| * | | ima: Fix bool initialization/comparison | Thomas Meyer | 2017-11-08 | 2 | -4/+4 |
| * | | ima: check signature enforcement against cmdline param instead of CONFIG | Bruno E. O. Meneguele | 2017-11-08 | 1 | -3/+3 |
| * | | ima: fix hash algorithm initialization | Boshi Wang | 2017-11-08 | 1 | -0/+4 |
| * | | EVM: Only complain about a missing HMAC key once | Matthew Garrett | 2017-11-08 | 1 | -1/+1 |
| * | | EVM: Allow userspace to signal an RSA key has been loaded | Matthew Garrett | 2017-11-08 | 2 | -12/+20 |
| * | | EVM: Include security.apparmor in EVM measurements | Matthew Garrett | 2017-11-08 | 1 | -0/+3 |
| * | | integrity: use kernel_read_file_from_path() to read x509 certs | Christoph Hellwig | 2017-11-08 | 4 | -56/+13 |
| * | | ima: always measure and audit files in policy | Mimi Zohar | 2017-11-08 | 3 | -30/+56 |
| * | | ima: don't remove the securityfs policy file | Mimi Zohar | 2017-11-08 | 1 | -2/+2 |
| |/ |
|
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|