Age | Commit message (Expand) | Author | Files | Lines |
2021-02-23 | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+2 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -54/+82 |
2021-02-12 | integrity: Make function integrity_add_key() static | Wei Yongjun | 1 | -2/+2 |
2021-02-10 | Merge branch 'ima-kexec-fixes' into next-integrity | Mimi Zohar | 1 | -0/+3 |
2021-02-10 | ima: Free IMA measurement buffer after kexec syscall | Lakshmi Ramasubramanian | 1 | -0/+2 |
2021-02-10 | ima: Free IMA measurement buffer on error | Lakshmi Ramasubramanian | 1 | -0/+1 |
2021-01-26 | IMA: Measure kernel version in early boot | Raphael Gianotti | 1 | -0/+5 |
2021-01-24 | ima: handle idmapped mounts | Christian Brauner | 7 | -40/+68 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -1/+1 |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 3 | -11/+12 |
2021-01-21 | certs: Fix blacklist flag type confusion | David Howells | 1 | -3/+2 |
2021-01-14 | IMA: define a builtin critical data measurement policy | Lakshmi Ramasubramanian | 1 | -0/+12 |
2021-01-14 | IMA: extend critical data hook to limit the measurement based on a label | Tushar Sugandhi | 1 | -3/+5 |
2021-01-14 | IMA: limit critical data measurement based on a label | Tushar Sugandhi | 1 | -3/+34 |
2021-01-14 | IMA: add policy rule to measure critical data | Tushar Sugandhi | 1 | -4/+25 |
2021-01-14 | IMA: define a hook to measure kernel integrity critical data | Tushar Sugandhi | 3 | -1/+26 |
2021-01-14 | IMA: add support to measure buffer data hash | Tushar Sugandhi | 5 | -9/+30 |
2021-01-14 | IMA: generalize keyring specific measurement constructs | Tushar Sugandhi | 4 | -26/+35 |
2021-01-13 | evm: Fix memleak in init_desc | Dinghao Liu | 1 | -2/+5 |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+77 |
2020-12-16 | Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -37/+54 |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -24/+54 |
2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2020-11-29 | ima: Don't modify file descriptor mode on the fly | Roberto Sassu | 1 | -15/+5 |
2020-11-26 | ima: Implement ima_inode_hash | KP Singh | 1 | -24/+54 |
2020-11-20 | ima: select ima-buf template for buffer measurement | Lakshmi Ramasubramanian | 4 | -16/+37 |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+1 |
2020-11-06 | ima: generalize x86/EFI arch glue for other EFI architectures | Chester Lin | 2 | -0/+77 |
2020-11-02 | ima: defer arch_ima_get_secureboot() call to IMA init time | Ard Biesheuvel | 2 | -6/+12 |
2020-10-29 | ima: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-10-15 | Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -67/+161 |
2020-10-15 | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -23/+69 |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -3/+11 |
2020-10-12 | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -19/+66 |
2020-10-05 | fs/kernel_file_read: Add "offset" arg for partial reads | Kees Cook | 2 | -2/+3 |
2020-10-05 | IMA: Add support for file reads without contents | Scott Branden | 1 | -6/+16 |
2020-10-05 | LSM: Add "contents" flag to kernel_read_file hook | Kees Cook | 1 | -1/+9 |
2020-10-05 | firmware_loader: Use security_post_load_data() | Kees Cook | 1 | -10/+10 |
2020-10-05 | LSM: Introduce kernel_post_load_data() hook | Kees Cook | 1 | -1/+23 |
2020-10-05 | fs/kernel_read_file: Add file_size output argument | Kees Cook | 2 | -2/+2 |
2020-10-05 | fs/kernel_read_file: Switch buffer size arg to size_t | Kees Cook | 2 | -2/+2 |
2020-10-05 | fs/kernel_read_file: Remove redundant size argument | Kees Cook | 2 | -4/+7 |
2020-10-05 | fs/kernel_read_file: Split into separate include file | Scott Branden | 4 | -0/+4 |
2020-10-05 | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum | Kees Cook | 3 | -6/+4 |
2020-09-25 | integrity: Asymmetric digsig supports SM2-with-SM3 algorithm | Tianjia Zhang | 1 | -3/+11 |
2020-09-16 | ima: Fix NULL pointer dereference in ima_file_hash | KP Singh | 1 | -0/+10 |
2020-09-16 | integrity: Load certs from the EFI MOK config table | Lenny Szubowicz | 1 | -0/+22 |
2020-09-16 | integrity: Move import of MokListRT certs to a separate routine | Lenny Szubowicz | 1 | -19/+44 |
2020-09-15 | evm: Check size of security.evm before using it | Roberto Sassu | 1 | -0/+6 |
2020-09-15 | ima: Remove semicolon at the end of ima_get_binary_runtime_size() | Roberto Sassu | 1 | -1/+1 |