Age | Commit message (Expand) | Author | Files | Lines |
2020-10-25 | Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux | Linus Torvalds | 3 | -109/+309 |
2020-10-18 | task_work: cleanup notification modes | Jens Axboe | 2 | -2/+2 |
2020-10-16 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+6 |
2020-10-16 | 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 | 7 | -35/+110 |
2020-10-14 | Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 17 | -498/+1068 |
2020-10-14 | Merge tag 'Smack-for-5.10' of git://github.com/cschaufler/smack-next | Linus Torvalds | 4 | -149/+200 |
2020-10-14 | Merge tag 'tomoyo-pr-20201012' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds | 1 | -6/+23 |
2020-10-13 | LSM: SafeSetID: Fix warnings reported by test bot | Thomas Cedeno | 2 | -14/+14 |
2020-10-13 | LSM: SafeSetID: Add GID security policy handling | Thomas Cedeno | 3 | -109/+309 |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -3/+11 |
2020-10-13 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -41/+3 |
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-12 | tomoyo: Loosen pathname/domainname validation. | Tetsuo Handa | 1 | -6/+23 |
2020-10-06 | Smack: Remove unnecessary variable initialization | Casey Schaufler | 1 | -1/+1 |
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 | 4 | -8/+28 |
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 | 4 | -6/+42 |
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 | 7 | -0/+7 |
2020-10-05 | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum | Kees Cook | 3 | -6/+4 |
2020-10-03 | security/keys: remove compat_keyctl_instantiate_key_iov | Christoph Hellwig | 3 | -40/+3 |
2020-10-03 | iov_iter: transparently handle compat iovecs in import_iovec | Christoph Hellwig | 1 | -3/+2 |
2020-09-25 | integrity: Asymmetric digsig supports SM2-with-SM3 algorithm | Tianjia Zhang | 1 | -3/+11 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
2020-09-23 | Smack: Fix build when NETWORK_SECMARK is not set | Casey Schaufler | 1 | -0/+7 |
2020-09-17 | 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-16 | Merge tag 'fixes-v5.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 1 | -1/+2 |
2020-09-15 | selinux: Add helper functions to get and set checkreqprot | Lakshmi Ramasubramanian | 3 | -5/+16 |
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 |
2020-09-15 | ima: Don't ignore errors from crypto_shash_update() | Roberto Sassu | 1 | -0/+2 |
2020-09-15 | ima: Use kmemdup rather than kmalloc+memcpy | Alex Dewar | 1 | -5/+4 |
2020-09-12 | Smack: Use the netlabel cache | Casey Schaufler | 4 | -38/+68 |
2020-09-12 | Smack: Set socket labels only once | Casey Schaufler | 2 | -89/+98 |
2020-09-12 | Smack: Consolidate uses of secmark into a function | Casey Schaufler | 1 | -28/+33 |
2020-09-11 | selinux: access policycaps with READ_ONCE/WRITE_ONCE | Stephen Smalley | 2 | -8/+9 |
2020-09-10 | integrity: include keyring name for unknown key request | Bruno Meneguele | 1 | -2/+8 |
2020-09-10 | ima: limit secure boot feedback scope for appraise | Bruno Meneguele | 1 | -9/+16 |
2020-09-09 | integrity: invalid kernel parameters feedback | Bruno Meneguele | 4 | -4/+16 |
2020-09-09 | ima: add check for enforced appraise option | Bruno Meneguele | 1 | -0/+2 |
2020-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 12 | -38/+30 |
2020-09-01 | integrity: Use current_uid() in integrity_audit_message() | Denis Efremov | 1 | -1/+1 |
2020-09-01 | ima: Fail rule parsing when asymmetric key measurement isn't supportable | Tyler Hicks | 1 | -2/+4 |