summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* selinux: fix GPF on invalid policyStephen Smalley2019-01-221-1/+2
* selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek2019-01-131-15/+36
* selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa2018-12-011-1/+1
* selinux: Cleanup printk logging in sidtabpeter enderborg2018-06-191-3/+2
* selinux: Cleanup printk logging in servicespeter enderborg2018-06-191-36/+35
* selinux: Cleanup printk logging in avtabpeter enderborg2018-06-191-25/+26
* selinux: Cleanup printk logging in policydbpeter enderborg2018-06-191-45/+46
* selinux: Cleanup printk logging in ebitmappeter enderborg2018-06-191-8/+7
* selinux: Cleanup printk logging in conditionalpeter enderborg2018-06-191-8/+8
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-6/+6
|\
| * audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-6/+6
* | selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2018-05-291-1/+1
|/
* selinux: wrap AVC stateStephen Smalley2018-03-201-4/+5
* selinux: fix handling of uninitialized selinux state in get_bools/classesStephen Smalley2018-03-201-0/+13
* selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-022-4/+4
* selinux: wrap global selinux stateStephen Smalley2018-03-0111-566/+727
* Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-10/+11
|\
| * selinux: skip bounded transition processing if the policy isn't loadedPaul Moore2017-12-051-0/+3
| * selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore2017-11-281-10/+8
* | Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-154-4/+24
|\|
| * selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King2017-10-161-1/+1
| * selinux: remove redundant assignment to lenColin Ian King2017-10-161-1/+0
| * selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim2017-09-203-2/+23
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
|/
* selinux: update my email addressStephen Smalley2017-08-1719-19/+19
* selinux: Generalize support for NNP/nosuid SELinux domain transitionsStephen Smalley2017-08-021-1/+6
* selinux: use kmem_cache for ebitmapJunil Lee2017-06-093-6/+27
* selinux: Add IB Port SMP access vectorDaniel Jurgens2017-05-231-0/+41
* selinux: Implement Infiniband PKey "Access" access vectorDaniel Jurgens2017-05-231-0/+40
* selinux: Create policydb version for Infiniband supportDaniel Jurgens2017-05-232-23/+116
* selinux: log policy capability state when a policy is loadedStephen Smalley2017-05-231-0/+23
* selinux: Return an error code only as a constant in sidtab_insert()Markus Elfring2017-05-231-17/+10
* selinux: Return directly after a failed memory allocation in policydb_index()Markus Elfring2017-05-231-10/+5
* selinux: Fix an uninitialized variable bugDan Carpenter2017-03-311-1/+1
* selinux: Remove unnecessary check of array base in selinux_set_mapping()Matthias Kaehlcke2017-03-291-1/+1
* selinux: Adjust two checks for null pointersMarkus Elfring2017-03-291-2/+2
* selinux: Use kmalloc_array() in sidtab_init()Markus Elfring2017-03-291-1/+1
* selinux: Return directly after a failed kzalloc() in roles_init()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in perm_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in common_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in class_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in role_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in type_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in user_read()Markus Elfring2017-03-291-2/+1
* selinux: Improve another size determination in sens_read()Markus Elfring2017-03-291-1/+1
* selinux: Return directly after a failed kzalloc() in sens_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in cat_read()Markus Elfring2017-03-291-2/+1
* selinux: Delete an unnecessary variable initialisation in range_read()Markus Elfring2017-03-231-1/+1
* selinux: Return directly after a failed next_entry() in range_read()Markus Elfring2017-03-231-1/+1