Age | Commit message (Expand) | Author | Files | Lines |
2018-04-09 | selinux: fix missing dput() before selinuxfs unmount | Stephen Smalley | 1 | -0/+1 |
2018-04-07 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
2018-04-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+5 |
2018-04-06 | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 27 | -1224/+2289 |
2018-04-03 | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -46/+46 |
2018-03-29 | security: Remove rtnl_lock() in selinux_xfrm_notify_policyload() | Kirill Tkhai | 1 | -2/+0 |
2018-03-29 | net: Introduce net_rwsem to protect net_namespace_list | Kirill Tkhai | 1 | -0/+2 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-23 | security: Add a cred_getsecid hook | Matthew Garrett | 1 | -0/+6 |
2018-03-22 | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks | Eric W. Biederman | 1 | -18/+18 |
2018-03-22 | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks | Eric W. Biederman | 1 | -14/+14 |
2018-03-22 | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks | Eric W. Biederman | 1 | -14/+14 |
2018-03-20 | selinux: wrap AVC state | Stephen Smalley | 9 | -297/+512 |
2018-03-20 | selinux: wrap selinuxfs state | Stephen Smalley | 1 | -177/+261 |
2018-03-20 | selinux: fix handling of uninitialized selinux state in get_bools/classes | Stephen Smalley | 1 | -0/+13 |
2018-03-07 | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as... | Stephen Smalley | 1 | -2/+5 |
2018-03-02 | selinux: Fix ltp test connect-syscall failure | Richard Haines | 1 | -12/+30 |
2018-03-02 | selinux: rename the {is,set}_enforcing() functions | Paul Moore | 6 | -14/+14 |
2018-03-01 | selinux: wrap global selinux state | Stephen Smalley | 25 | -797/+1155 |
2018-02-27 | net: Convert selinux_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-02-26 | selinux: fix typo in selinux_netlbl_sctp_sk_clone declaration | Arnd Bergmann | 1 | -1/+2 |
2018-02-26 | selinux: Add SCTP support | Richard Haines | 5 | -32/+408 |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2018-01-31 | Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -14/+13 |
2017-12-05 | selinux: skip bounded transition processing if the policy isn't loaded | Paul Moore | 1 | -0/+3 |
2017-11-30 | net: Create and use new helper xfrm_dst_child(). | David Miller | 1 | -1/+1 |
2017-11-28 | selinux: ensure the context is NUL terminated in security_context_to_sid_core() | Paul Moore | 1 | -10/+8 |
2017-11-20 | security: replace FSF address with web source in license notices | Martin Kepplinger | 2 | -4/+2 |
2017-11-15 | Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -36/+47 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 21 | -0/+21 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 21 | -0/+21 |
2017-10-20 | selinux: bpf: Add addtional check for bpf object file receive | Chenbo Feng | 1 | -0/+49 |
2017-10-20 | selinux: bpf: Add selinux check for eBPF syscall operations | Chenbo Feng | 3 | -0/+117 |
2017-10-16 | selinux: remove extraneous initialization of slots_used and max_chain_len | Colin Ian King | 1 | -1/+1 |
2017-10-16 | selinux: remove redundant assignment to len | Colin Ian King | 1 | -1/+0 |
2017-10-16 | selinux: remove redundant assignment to str | Colin Ian King | 1 | -3/+2 |
2017-10-04 | selinux: fix build warning | Corentin LABBE | 1 | -2/+2 |
2017-10-04 | selinux: fix build warning by removing the unused sid variable | Corentin LABBE | 1 | -2/+1 |
2017-10-04 | selinux: Perform both commoncap and selinux xattr checks | Eric W. Biederman | 1 | -25/+18 |
2017-09-20 | selinux: Use kmem_cache for hashtab_node | Kyeongdon Kim | 3 | -2/+23 |
2017-09-12 | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 26 | -50/+77 |
2017-09-07 | Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+0 |
2017-09-07 | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -20/+6 |
2017-09-05 | selinux: remove AVC init audit log message | Richard Guy Briggs | 1 | -2/+0 |
2017-08-28 | selinux: constify nf_hook_ops | Arvind Yadav | 1 | -1/+1 |
2017-08-22 | selinux: allow per-file labeling for cgroupfs | Antonio Murdaca | 1 | -1/+3 |
2017-08-17 | selinux: update my email address | Stephen Smalley | 25 | -25/+25 |
2017-08-08 | selinux: use GFP_NOWAIT in the AVC kmem_caches | Michal Hocko | 1 | -8/+6 |
2017-08-02 | selinux: Generalize support for NNP/nosuid SELinux domain transitions | Stephen Smalley | 4 | -16/+42 |
2017-08-01 | selinux: Refactor to remove bprm_secureexec hook | Kees Cook | 1 | -19/+5 |