summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-13Merge tag 'Smack-for-5.10' of git://github.com/cschaufler/smack-nextLinus Torvalds
2020-10-13Merge tag 'tomoyo-pr-20201012' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds
2020-10-13LSM: SafeSetID: Fix warnings reported by test botThomas Cedeno
2020-10-13LSM: SafeSetID: Add GID security policy handlingThomas Cedeno
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12tomoyo: Loosen pathname/domainname validation.Tetsuo Handa
2020-10-05Smack: Remove unnecessary variable initializationCasey Schaufler
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook
2020-10-05IMA: Add support for file reads without contentsScott Branden
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook
2020-10-05fs/kernel_read_file: Switch buffer size arg to size_tKees Cook
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-10-03security/keys: remove compat_keyctl_instantiate_key_iovChristoph Hellwig
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-09-25integrity: Asymmetric digsig supports SM2-with-SM3 algorithmTianjia Zhang
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-22Smack: Fix build when NETWORK_SECMARK is not setCasey Schaufler
2020-09-16ima: Fix NULL pointer dereference in ima_file_hashKP Singh
2020-09-16integrity: Load certs from the EFI MOK config tableLenny Szubowicz
2020-09-16integrity: Move import of MokListRT certs to a separate routineLenny Szubowicz
2020-09-15Merge tag 'fixes-v5.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian
2020-09-15evm: Check size of security.evm before using itRoberto Sassu
2020-09-15ima: Remove semicolon at the end of ima_get_binary_runtime_size()Roberto Sassu
2020-09-15ima: Don't ignore errors from crypto_shash_update()Roberto Sassu
2020-09-15ima: Use kmemdup rather than kmalloc+memcpyAlex Dewar
2020-09-11Smack: Use the netlabel cacheCasey Schaufler
2020-09-11Smack: Set socket labels only onceCasey Schaufler
2020-09-11Smack: Consolidate uses of secmark into a functionCasey Schaufler
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley
2020-09-09integrity: include keyring name for unknown key requestBruno Meneguele
2020-09-09ima: limit secure boot feedback scope for appraiseBruno Meneguele
2020-09-08integrity: invalid kernel parameters feedbackBruno Meneguele
2020-09-08ima: add check for enforced appraise optionBruno Meneguele
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-31integrity: Use current_uid() in integrity_audit_message()Denis Efremov
2020-08-31ima: Fail rule parsing when asymmetric key measurement isn't supportableTyler Hicks
2020-08-31ima: Pre-parse the list of keyrings in a KEY_CHECK ruleTyler Hicks
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh