aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds7-394/+623
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek5-324/+468
2018-12-05selinux: use separate table for initial SID lookupOndrej Mosnacek5-110/+173
2018-11-26selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan1-1/+1
2018-11-20selinux: refactor sidtab conversionOndrej Mosnacek3-41/+42
2018-11-13selinux: fix non-MLS handling in mls_context_to_sid()Paul Moore1-3/+7
2018-11-05selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek1-15/+36
2018-09-13selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa1-1/+1
2018-09-05selinux: refactor mls_context_to_sid() and make it stricterJann Horn3-110/+82
2018-06-19selinux: Cleanup printk logging in sidtabpeter enderborg1-3/+2
2018-06-19selinux: Cleanup printk logging in servicespeter enderborg1-36/+35
2018-06-19selinux: Cleanup printk logging in avtabpeter enderborg1-25/+26
2018-06-19selinux: Cleanup printk logging in policydbpeter enderborg1-45/+46
2018-06-19selinux: Cleanup printk logging in ebitmappeter enderborg1-8/+7
2018-06-19selinux: Cleanup printk logging in conditionalpeter enderborg1-8/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-6/+6
2018-05-29selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover1-1/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-6/+6
2018-03-20selinux: wrap AVC stateStephen Smalley1-4/+5
2018-03-20selinux: fix handling of uninitialized selinux state in get_bools/classesStephen Smalley1-0/+13
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore2-4/+4
2018-03-01selinux: wrap global selinux stateStephen Smalley11-566/+727
2018-01-31Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-10/+11
2017-12-05selinux: skip bounded transition processing if the policy isn't loadedPaul Moore1-0/+3
2017-11-28selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore1-10/+8
2017-11-15Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds4-4/+24
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-10-16selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King1-1/+1
2017-10-16selinux: remove redundant assignment to lenColin Ian King1-1/+0
2017-09-20selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim3-2/+23
2017-08-17selinux: update my email addressStephen Smalley19-19/+19
2017-08-02selinux: Generalize support for NNP/nosuid SELinux domain transitionsStephen Smalley1-1/+6
2017-06-09selinux: use kmem_cache for ebitmapJunil Lee3-6/+27
2017-05-23selinux: Add IB Port SMP access vectorDaniel Jurgens1-0/+41
2017-05-23selinux: Implement Infiniband PKey "Access" access vectorDaniel Jurgens1-0/+40
2017-05-23selinux: Create policydb version for Infiniband supportDaniel Jurgens2-23/+116
2017-05-23selinux: log policy capability state when a policy is loadedStephen Smalley1-0/+23
2017-05-23selinux: Return an error code only as a constant in sidtab_insert()Markus Elfring1-17/+10
2017-05-23selinux: Return directly after a failed memory allocation in policydb_index()Markus Elfring1-10/+5
2017-03-31selinux: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-03-29selinux: Remove unnecessary check of array base in selinux_set_mapping()Matthias Kaehlcke1-1/+1
2017-03-29selinux: Adjust two checks for null pointersMarkus Elfring1-2/+2
2017-03-29selinux: Use kmalloc_array() in sidtab_init()Markus Elfring1-1/+1
2017-03-29selinux: Return directly after a failed kzalloc() in roles_init()Markus Elfring1-2/+1
2017-03-29selinux: Return directly after a failed kzalloc() in perm_read()Markus Elfring1-2/+1
2017-03-29selinux: Return directly after a failed kzalloc() in common_read()Markus Elfring1-2/+1
2017-03-29selinux: Return directly after a failed kzalloc() in class_read()Markus Elfring1-2/+1
2017-03-29selinux: Return directly after a failed kzalloc() in role_read()Markus Elfring1-2/+1
2017-03-29selinux: Return directly after a failed kzalloc() in type_read()Markus Elfring1-2/+1