summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* 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
* selinux: Delete an unnecessary variable assignment in filename_trans_read()Markus Elfring2017-03-231-1/+0
* selinux: One function call less in genfs_read() after null pointer detectionMarkus Elfring2017-03-231-2/+3
* selinux: Return directly after a failed next_entry() in genfs_read()Markus Elfring2017-03-231-1/+1
* selinux: Delete an unnecessary return statement in policydb_destroy()Markus Elfring2017-03-231-2/+0
* selinux: Use kcalloc() in policydb_index()Markus Elfring2017-03-231-9/+9
* selinux: Adjust four checks for null pointersMarkus Elfring2017-03-231-4/+4
* selinux: Use kmalloc_array() in hashtab_create()Markus Elfring2017-03-231-1/+1
* selinux: Improve size determinations in four functionsMarkus Elfring2017-03-231-4/+4
* selinux: Delete an unnecessary return statement in cond_compute_av()Markus Elfring2017-03-231-1/+0
* selinux: Use kmalloc_array() in cond_init_bool_indexes()Markus Elfring2017-03-231-2/+3
* selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley2017-03-021-0/+4
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-272-2/+2
* selinux: support distinctions among all network address familiesStephen Smalley2017-01-091-0/+3
OpenPOWER on IntegriCloud