aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds11-515/+352
2020-03-30selinux: clean up indentation issue with assignment statementColin Ian King1-4/+3
2020-03-05selinux: avtab_init() and cond_policydb_init() return voidPaul Moore5-21/+7
2020-03-05selinux: clean up error path in policydb_init()Ondrej Mosnacek1-13/+5
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley2-26/+25
2020-02-27selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek4-40/+45
2020-02-22selinux: optimize storage of filename transitionsOndrej Mosnacek3-80/+110
2020-02-13selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek1-59/+63
2020-02-11selinux: generalize evaluate_cond_node()Ondrej Mosnacek3-6/+12
2020-02-11selinux: convert cond_expr to arrayOndrej Mosnacek2-43/+33
2020-02-11selinux: convert cond_av_list to arrayOndrej Mosnacek2-79/+53
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek5-52/+38
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche1-1/+2
2020-02-10selinux: simplify evaluate_cond_node()Ondrej Mosnacek3-13/+6
2020-02-10selinux: move status variables out of selinux_ssOndrej Mosnacek3-128/+0
2020-02-05selinux: fix sidtab string cache lockingOndrej Mosnacek1-9/+3
2020-01-16selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek1-15/+13
2020-01-16selinux: fix wrong buffer types in policydb.cOndrej Mosnacek1-2/+2
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-18selinux: randomize layout of key structuresStephen Smalley2-2/+2
2019-12-09selinux: cache the SID -> context string translationOndrej Mosnacek3-94/+277
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep6-167/+228
2019-11-30Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds6-0/+60
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+8
2019-10-07selinux: default_range glblub implementationJoshua Brindle6-0/+60
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 Torvalds5-236/+241
2019-08-27selinux: avoid atomic_t usage in sidtabOndrej Mosnacek2-32/+35
2019-08-05selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek3-11/+11
2019-08-05selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek1-4/+8
2019-08-05selinux: shuffle around policydb.c to get rid of forward declarationsPaul Moore1-189/+187
2019-08-02Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+5
2019-07-31selinux: fix memory leak in policydb_init()Ondrej Mosnacek1-1/+5
2019-07-26Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+5
2019-07-24selinux: check sidtab limit before adding a new entryOndrej Mosnacek1-0/+5
2019-07-08Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds2-18/+25
2019-07-01selinux: format all invalid context as untrustedRichard Guy Briggs1-10/+19
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner6-18/+6
2019-05-21selinux: remove some no-op BUG_ONsOndrej Mosnacek1-4/+0
2019-05-21selinux: provide __le variables explicitlyNicholas Mc Guire1-4/+6
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-5/+2
2019-03-25selinux: remove useless assignmentsOndrej Mosnacek1-5/+2
2019-03-18selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek1-4/+9
2019-03-12selinux: convert to kvmallocKent Overstreet6-144/+62
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