summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-091-14/+19
|\
| * selinux: format all invalid context as untrustedRichard Guy Briggs2019-07-011-10/+19
| * selinux: remove some no-op BUG_ONsOndrej Mosnacek2019-05-211-4/+0Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-3/+1Star
|/
* selinux: remove useless assignmentsOndrej Mosnacek2019-03-251-5/+2Star
* selinux: convert to kvmallocKent Overstreet2019-03-121-15/+7Star
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-2/+1Star
|\
| * audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-011-2/+1Star
* | Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-071-5/+32
|\ \
| * | selinux: log invalid contexts in AVCsOndrej Mosnacek2019-01-251-5/+32
| |/
* / SELinux: Remove unused selinux_is_enabledCasey Schaufler2019-01-081-1/+0Star
|/
* selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek2018-12-051-71/+51Star
* selinux: use separate table for initial SID lookupOndrej Mosnacek2018-12-051-38/+50
* selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan2018-11-271-1/+1
* selinux: refactor sidtab conversionOndrej Mosnacek2018-11-201-21/+1Star
* selinux: refactor mls_context_to_sid() and make it stricterJann Horn2018-09-051-8/+4Star
* selinux: Cleanup printk logging in servicespeter enderborg2018-06-191-36/+35Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-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-301-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-021-3/+3
* selinux: wrap global selinux stateStephen Smalley2018-03-021-467/+611
* 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-291-10/+8Star
* selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim2017-09-201-0/+4
* selinux: update my email addressStephen Smalley2017-08-171-1/+1
* selinux: Generalize support for NNP/nosuid SELinux domain transitionsStephen Smalley2017-08-021-1/+6
* selinux: use kmem_cache for ebitmapJunil Lee2017-06-091-0/+4
* 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: log policy capability state when a policy is loadedStephen Smalley2017-05-231-0/+23
* selinux: Remove unnecessary check of array base in selinux_set_mapping()Matthias Kaehlcke2017-03-301-1/+1
* selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley2017-03-021-0/+4
* selinux: support distinctions among all network address familiesStephen Smalley2017-01-091-0/+3
* selinux: Only apply bounds checking to source typesStephen Smalley2016-05-311-48/+22Star
* selinux: Change bool variable name to index.Prarit Bhargava2016-04-141-3/+3
* selinux: export validatetrans decisionsAndrew Perepechko2015-12-241-7/+27
* selinux: use sprintf return valueRasmus Villemoes2015-10-211-4/+1Star
* selinux: use kstrdup() in security_get_bools()Rasmus Villemoes2015-10-211-7/+1Star
* selinux: use kmemdup in security_sid_to_context_core()Rasmus Villemoes2015-10-211-2/+2
* selinux: introduce security_context_str_to_sidRasmus Villemoes2015-10-211-0/+5
* selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-131-20/+193
* selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore2015-04-071-5/+1Star
* selinux: normalize audit log formattingRichard Guy Briggs2014-09-221-6/+8
* selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2014-06-231-9/+32
* selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-2/+4
* Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-101-0/+4
|\