aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+13
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-2/+2
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-1/+103
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Gravatar Maciej Żenczykowski 1-2/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+3
2019-11-14Merge v5.4-rc7 into drm-nextGravatar Dave Airlie 1-0/+1
2019-11-12KEYS: trusted: Remove set but not used variable 'keyhndl'Gravatar zhengbin 1-2/+0
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeGravatar Sumit Garg 3-2/+317
2019-11-12KEYS: trusted: Create trusted keys subsystemGravatar Sumit Garg 3-2/+9
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysGravatar Sumit Garg 1-55/+43
2019-11-12tpm: Move tpm_buf code to include/linux/Gravatar Sumit Garg 1-6/+6
2019-11-11Merge tag 'v5.4-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINGravatar Javier Martinez Canillas 1-0/+1
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-2/+2
2019-10-30security/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer()Gravatar Paul E. McKenney 1-2/+2
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Gravatar Dave Airlie 1-2/+13
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+8
2019-10-17perf_event: Add support for LSM and SELinux checksGravatar Joel Fernandes (Google) 4-1/+103
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+8
2019-10-07device_cgroup: Export devcgroup_check_permissionGravatar Harish Kasiviswanathan 1-2/+13
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-3/+0
2019-10-05integrity: remove pointless subdir-$(CONFIG_...)Gravatar Masahiro Yamada 1-2/+0
2019-10-05integrity: remove unneeded, broken attempt to add -fshort-wcharGravatar Masahiro Yamada 1-1/+0
2019-10-03selinux: fix context string corruption in convert_context()Gravatar Ondrej Mosnacek 1-1/+8
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesGravatar Jiri Pirko 1-1/+3
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-16/+350
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 15-105/+627
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueGravatar Roberto Sassu 1-0/+5
2019-09-23Merge tag 'smack-for-5.4-rc1' of git://github.com/cschaufler/smack-nextGravatar Linus Torvalds 2-23/+23
2019-09-23Merge tag 'safesetid-bugfix-5.4' of git://github.com/micah-morton/linuxGravatar Linus Torvalds 1-1/+2
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 12-296/+346
2019-09-17LSM: SafeSetID: Stop releasing uninitialized rulesetGravatar Micah Morton 1-1/+2
2019-09-10security: constify some arrays in lockdown LSMGravatar Matthew Garrett 1-2/+2
2019-09-05keys: Fix missing null pointer check in request_key_auth_describe()Gravatar Hillf Danton 1-0/+6
2019-09-04selinux: fix residual uses of current_security() for the SELinux blobGravatar Stephen Smalley 2-11/+11
2019-09-04smack: use GFP_NOFS while holding inode_smack::smk_lockGravatar Eric Biggers 2-4/+4
2019-09-04security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Gravatar Jia-Ju Bai 1-0/+2
2019-09-04smack: fix some kernel-doc notationsGravatar luanshi 1-18/+15
2019-09-04Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setGravatar Jann Horn 1-1/+2
2019-08-30keys: ensure that ->match_free() is called in request_key_and_link()Gravatar Eric Biggers 1-1/+1
2019-08-29ima: ima_api: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-2/+2
2019-08-29ima: use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-3/+2
2019-08-28ima: Fix use after free in ima_read_modsig()Gravatar Thiago Jung Bauermann 1-1/+2
2019-08-27selinux: avoid atomic_t usage in sidtabGravatar Ondrej Mosnacek 2-32/+35
2019-08-19lockdown: Print current->comm in restriction messagesGravatar Matthew Garrett 1-2/+6
2019-08-19tracefs: Restrict tracefs when the kernel is locked downGravatar Matthew Garrett 1-0/+1
2019-08-19debugfs: Restrict debugfs when the kernel is locked downGravatar David Howells 1-0/+1
2019-08-19kexec: Allow kexec_file() with appropriate IMA policy when locked downGravatar Matthew Garrett 3-1/+53