aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 26-50/+77
2017-09-07Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-20/+6
2017-09-05selinux: remove AVC init audit log messageGravatar Richard Guy Briggs 1-2/+0
2017-08-28selinux: constify nf_hook_opsGravatar Arvind Yadav 1-1/+1
2017-08-22selinux: allow per-file labeling for cgroupfsGravatar Antonio Murdaca 1-1/+3
2017-08-17selinux: update my email addressGravatar Stephen Smalley 25-25/+25
2017-08-08selinux: use GFP_NOWAIT in the AVC kmem_cachesGravatar Michal Hocko 1-8/+6
2017-08-02selinux: Generalize support for NNP/nosuid SELinux domain transitionsGravatar Stephen Smalley 4-16/+42
2017-08-01selinux: Refactor to remove bprm_secureexec hookGravatar Kees Cook 1-19/+5
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsGravatar Kees Cook 1-1/+1
2017-07-31netfilter: nf_hook_ops structs can be constGravatar Florian Westphal 1-1/+1
2017-07-25selinux: Assign proper class to PF_UNIX/SOCK_RAW socketsGravatar Luis Ressel 1-0/+1
2017-07-18xfrm: remove flow cacheGravatar Florian Westphal 1-3/+1
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+2
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 14-106/+743
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+2
2017-06-21rtnetlink: add NEWCACHEREPORT message typeGravatar Julien Gomes 1-1/+2
2017-06-20selinux: enable genfscon labeling for tracefsGravatar Jeff Vander Stoep 1-0/+1
2017-06-13selinux: fix double free in selinux_parse_opts_str()Gravatar Paul Moore 1-3/+2
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Gravatar Scott Mayhew 1-2/+33
2017-06-09selinux: use kmem_cache for ebitmapGravatar Junil Lee 3-6/+27
2017-06-02selinux: use pernet operations for hook registrationGravatar Florian Westphal 1-4/+20
2017-05-25sel_write_validatetrans(): don't open-code memdup_user_nul()Gravatar Al Viro 1-7/+5
2017-05-23selinux: Add a cache for quicker retreival of PKey SIDsGravatar Daniel Jurgens 5-3/+288
2017-05-23selinux: Add IB Port SMP access vectorGravatar Daniel Jurgens 4-0/+70
2017-05-23selinux: Implement Infiniband PKey "Access" access vectorGravatar Daniel Jurgens 4-0/+66
2017-05-23selinux: Allocate and free infiniband security hooksGravatar Daniel Jurgens 2-1/+29
2017-05-23selinux: Create policydb version for Infiniband supportGravatar Daniel Jurgens 3-24/+118
2017-05-23selinux lsm IB/core: Implement LSM notification systemGravatar Daniel Jurgens 2-0/+13
2017-05-23selinux: Remove redundant check for unknown labeling behaviorGravatar Matthias Kaehlcke 1-16/+0
2017-05-23selinux: log policy capability state when a policy is loadedGravatar Stephen Smalley 3-11/+27
2017-05-23selinux: do not check open permission on socketsGravatar Stephen Smalley 1-3/+7
2017-05-23selinux: add a map permission check for mmapGravatar Stephen Smalley 2-1/+13
2017-05-23selinux: only invoke capabilities and selinux for CAP_MAC_ADMIN checksGravatar Stephen Smalley 1-8/+15
2017-05-23selinux: Return an error code only as a constant in sidtab_insert()Gravatar Markus Elfring 1-17/+10
2017-05-23selinux: Return directly after a failed memory allocation in policydb_index()Gravatar Markus Elfring 1-10/+5
2017-05-23selinux: Use task_alloc hook rather than task_create hookGravatar Tetsuo Handa 1-2/+3
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 10-62/+81
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-2/+2
2017-03-31selinux: Fix an uninitialized variable bugGravatar Dan Carpenter 1-1/+1
2017-03-29selinux: Remove unnecessary check of array base in selinux_set_mapping()Gravatar Matthias Kaehlcke 1-1/+1
2017-03-29selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()Gravatar Markus Elfring 1-4/+4
2017-03-29selinux: Adjust two checks for null pointersGravatar Markus Elfring 1-2/+2
2017-03-29selinux: Use kmalloc_array() in sidtab_init()Gravatar Markus Elfring 1-1/+1
2017-03-29selinux: Return directly after a failed kzalloc() in roles_init()Gravatar Markus Elfring 1-2/+1
2017-03-29selinux: Return directly after a failed kzalloc() in perm_read()Gravatar Markus Elfring 1-2/+1
2017-03-29selinux: Return directly after a failed kzalloc() in common_read()Gravatar Markus Elfring 1-2/+1