Age | Commit message (Expand) | Author | Files | Lines |
2022-03-08 | integrity: Only use machine keyring when uefi_check_trust_mok_keys is true | Eric Snowberg | 1 | -1/+1 |
2022-03-08 | KEYS: store reference to machine keyring | Eric Snowberg | 1 | -0/+2 |
2022-03-08 | integrity: Introduce a Linux keyring called machine | Eric Snowberg | 1 | -2/+11 |
2021-04-09 | ima: enable loading of build time generated key on .ima keyring | Nayna Jain | 1 | -0/+2 |
2021-02-12 | integrity: Make function integrity_add_key() static | Wei Yongjun | 1 | -2/+2 |
2020-10-05 | fs/kernel_file_read: Add "offset" arg for partial reads | Kees Cook | 1 | -1/+1 |
2020-10-05 | fs/kernel_read_file: Add file_size output argument | Kees Cook | 1 | -1/+1 |
2020-10-05 | fs/kernel_read_file: Switch buffer size arg to size_t | Kees Cook | 1 | -1/+1 |
2020-10-05 | fs/kernel_read_file: Remove redundant size argument | Kees Cook | 1 | -2/+3 |
2020-10-05 | fs/kernel_read_file: Split into separate include file | Scott Branden | 1 | -0/+1 |
2020-10-05 | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum | Kees Cook | 1 | -1/+1 |
2020-02-28 | integrity: Remove duplicate pr_fmt definitions | Tushar Sugandhi | 1 | -2/+0 |
2019-08-05 | ima: Implement support for module-style appended signatures | Thiago Jung Bauermann | 1 | -9/+34 |
2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -13/+18 |
2019-07-08 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
2019-07-08 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -18/+13 |
2019-06-27 | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 1 | -18/+13 |
2019-06-17 | integrity: Fix __integrity_init_keyring() section mismatch | Geert Uytterhoeven | 1 | -2/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
2019-02-04 | integrity, KEYS: add a reference to platform keyring | Kairui Song | 1 | -0/+3 |
2018-12-17 | integrity: Remove references to module keyring | Thiago Jung Bauermann | 1 | -1/+0 |
2018-12-12 | integrity: Load certs to the platform keyring | Nayna Jain | 1 | -24/+43 |
2018-12-12 | integrity: Define a trusted platform keyring | Nayna Jain | 1 | -15/+32 |
2018-10-10 | security/integrity: remove unnecessary 'init_keyring' variable | Eric Biggers | 1 | -7/+1 |
2018-10-10 | security/integrity: constify some read-only data | Eric Biggers | 1 | -1/+1 |
2018-02-22 | integrity/security: fix digsig.c build error with header file | Randy Dunlap | 1 | -0/+1 |
2017-11-08 | integrity: use kernel_read_file_from_path() to read x509 certs | Christoph Hellwig | 1 | -5/+9 |
2017-04-04 | KEYS: Use structure to capture key restriction function and data | Mat Martineau | 1 | -1/+8 |
2016-11-13 | security/integrity: Harden against malformed xattrs | Seth Forshee | 1 | -1/+1 |
2016-04-11 | IMA: Use the the system trusted keyrings instead of .ima_mok | David Howells | 1 | -26/+4 |
2016-04-11 | KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED | David Howells | 1 | -2/+1 |
2016-04-11 | KEYS: Move the point of trust determination to __key_link() | David Howells | 1 | -1/+32 |
2016-04-11 | KEYS: Add a facility to restrict new links into a keyring | David Howells | 1 | -4/+3 |
2015-11-23 | integrity: define '.evm' as a builtin 'trusted' keyring | Dmitry Kasatkin | 1 | -2/+12 |
2015-10-09 | integrity: prevent loading untrusted certificates on the IMA trusted keyring | Dmitry Kasatkin | 1 | -1/+1 |
2015-05-21 | integrity: add validity checks for 'path' parameter | Dmitry Kasatkin | 1 | -1/+1 |
2014-11-17 | integrity: provide a function to load x509 certificate from the kernel | Dmitry Kasatkin | 1 | -1/+35 |
2014-10-07 | integrity: add missing '__init' keyword for integrity_init_keyring() | Dmitry Kasatkin | 1 | -1/+1 |
2014-07-17 | ima: define '.ima' as a builtin 'trusted' keyring | Mimi Zohar | 1 | -0/+28 |
2013-11-23 | Revert "ima: define '_ima' as a builtin 'trusted' keyring" | Linus Torvalds | 1 | -29/+1 |
2013-10-31 | ima: define '_ima' as a builtin 'trusted' keyring | Mimi Zohar | 1 | -1/+29 |
2013-10-25 | ima: pass full xattr with the signature | Dmitry Kasatkin | 1 | -2/+3 |
2013-10-25 | ima: fix script messages | Dmitry Kasatkin | 1 | -1/+1 |
2013-02-06 | ima: digital signature verification using asymmetric keys | Dmitry Kasatkin | 1 | -1/+10 |
2011-11-09 | integrity: digital signature verification using multiple keyrings | Dmitry Kasatkin | 1 | -0/+48 |