summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c
Commit message (Expand)AuthorAgeFilesLines
...
* selinux: store role transitions in a hash tableOndrej Mosnacek2020-04-171-11/+10
* selinux: fix warning Comparison to boolZou Wei2020-04-141-2/+2
* selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-271-13/+13
* selinux: optimize storage of filename transitionsOndrej Mosnacek2020-02-221-6/+10
* selinux: generalize evaluate_cond_node()Ondrej Mosnacek2020-02-111-4/+2
* selinux: convert cond_list to arrayOndrej Mosnacek2020-02-111-14/+14
* selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche2020-02-101-1/+2
* selinux: simplify evaluate_cond_node()Ondrej Mosnacek2020-02-101-10/+4
* selinux: move status variables out of selinux_ssOndrej Mosnacek2020-02-101-2/+0
* 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-081-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-01-311-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-261-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-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-021-3/+3
* selinux: wrap global selinux stateStephen Smalley2018-03-011-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-281-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