aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/selinux/ss/services.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-19/+19
2020-07-09selinux: prepare for inlining of hashtab functionsOndrej Mosnacek1-2/+2
2020-07-08selinux: specialize symtab insert and search functionsOndrej Mosnacek1-17/+17
2020-06-10selinux: fix double freeTom Rix1-0/+4
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek1-22/+22
2020-04-17selinux: move context hashing under sidtabOndrej Mosnacek1-33/+26
2020-04-17selinux: hash context structure directlyOndrej Mosnacek1-31/+4
2020-04-17selinux: store role transitions in a hash tableOndrej Mosnacek1-11/+10
2020-04-14selinux: fix warning Comparison to boolZou Wei1-2/+2
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley1-13/+13
2020-02-22selinux: optimize storage of filename transitionsOndrej Mosnacek1-6/+10
2020-02-11selinux: generalize evaluate_cond_node()Ondrej Mosnacek1-4/+2
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek1-14/+14
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche1-1/+2
2020-02-10selinux: simplify evaluate_cond_node()Ondrej Mosnacek1-10/+4
2020-02-10selinux: move status variables out of selinux_ssOndrej Mosnacek1-2/+0
2020-01-16selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek1-15/+13
2020-01-10selinux: treat atomic flags more carefullyOndrej Mosnacek1-19/+19
2019-12-24selinux: remove set but not used variable 'sidtab'YueHaibing1-8/+0
2019-12-23selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore1-0/+6
2019-12-09selinux: cache the SID -> context string translationOndrej Mosnacek1-54/+84
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep1-24/+72
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+8
2019-10-03selinux: fix context string corruption in convert_context()Ondrej Mosnacek1-1/+8
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-3/+3
2019-08-05selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek1-3/+3
2019-07-08Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-14/+19
2019-07-01selinux: format all invalid context as untrustedRichard Guy Briggs1-10/+19
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-3/+1
2019-05-21selinux: remove some no-op BUG_ONsOndrej Mosnacek1-4/+0
2019-03-25selinux: remove useless assignmentsOndrej Mosnacek1-5/+2
2019-03-12selinux: convert to kvmallocKent Overstreet1-15/+7
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-2/+1
2019-03-07Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-5/+32
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs1-2/+1
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek1-5/+32
2019-01-08SELinux: Remove unused selinux_is_enabledCasey Schaufler1-1/+0
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek1-71/+51
2018-12-05selinux: use separate table for initial SID lookupOndrej Mosnacek1-38/+50
2018-11-26selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan1-1/+1
2018-11-20selinux: refactor sidtab conversionOndrej Mosnacek1-21/+1
2018-09-05selinux: refactor mls_context_to_sid() and make it stricterJann Horn1-8/+4
2018-06-19selinux: Cleanup printk logging in servicespeter enderborg1-36/+35
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-6/+6
2018-05-29selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover1-1/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-6/+6
2018-03-20selinux: wrap AVC stateStephen Smalley1-4/+5
2018-03-20selinux: fix handling of uninitialized selinux state in get_bools/classesStephen Smalley1-0/+13
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore1-3/+3