summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek2020-01-161-15/+13
* selinux: treat atomic flags more carefullyOndrej Mosnacek2020-01-101-19/+19
* selinux: remove set but not used variable 'sidtab'YueHaibing2019-12-241-8/+0
* selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore2019-12-231-0/+6
* selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-091-54/+84
* selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-091-24/+72
* Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-081-1/+8
|\
| * selinux: fix context string corruption in convert_context()Ondrej Mosnacek2019-10-031-1/+8
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-3/+3
|\|
| * selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek2019-08-051-3/+3
* | 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/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-3/+1
|/
* selinux: remove useless assignmentsOndrej Mosnacek2019-03-251-5/+2
* selinux: convert to kvmallocKent Overstreet2019-03-121-15/+7
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-2/+1
|\
| * audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-011-2/+1
* | 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/+0
|/
* selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek2018-12-051-71/+51
* 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/+1
* selinux: refactor mls_context_to_sid() and make it stricterJann Horn2018-09-051-8/+4
* selinux: Cleanup printk logging in servicespeter enderborg2018-06-191-36/+35
* 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/+8
* 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/+22
* selinux: Change bool variable name to index.Prarit Bhargava2016-04-141-3/+3
* selinux: export validatetrans decisionsAndrew Perepechko2015-12-241-7/+27