summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
AgeCommit message (Expand)Author
2020-06-24selinux: fix undefined return of cond_evaluate_exprTom Rix
2020-06-24selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix
2020-06-24selinux: fix double freeTom Rix
2020-06-22selinux: fix error return code in policydb_read()Wei Yongjun
2020-04-30Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-27selinux: fix error return code in cond_read_list()Wei Yongjun
2020-04-16Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-15selinux: free str on error in str_read()Ondrej Mosnacek
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30selinux: clean up indentation issue with assignment statementColin Ian King
2020-03-05selinux: avtab_init() and cond_policydb_init() return voidPaul Moore
2020-03-05selinux: clean up error path in policydb_init()Ondrej Mosnacek
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley
2020-02-27selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek
2020-02-22selinux: optimize storage of filename transitionsOndrej Mosnacek
2020-02-13selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek
2020-02-11selinux: generalize evaluate_cond_node()Ondrej Mosnacek
2020-02-11selinux: convert cond_expr to arrayOndrej Mosnacek
2020-02-11selinux: convert cond_av_list to arrayOndrej Mosnacek
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche
2020-02-10selinux: simplify evaluate_cond_node()Ondrej Mosnacek
2020-02-10selinux: move status variables out of selinux_ssOndrej Mosnacek
2020-02-05selinux: fix sidtab string cache lockingOndrej Mosnacek
2020-01-16selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek
2020-01-16selinux: fix wrong buffer types in policydb.cOndrej Mosnacek
2020-01-10selinux: treat atomic flags more carefullyOndrej Mosnacek
2019-12-24selinux: remove set but not used variable 'sidtab'YueHaibing
2019-12-23selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore
2019-12-18selinux: randomize layout of key structuresStephen Smalley
2019-12-09selinux: cache the SID -> context string translationOndrej Mosnacek
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep
2019-11-30Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-07selinux: default_range glblub implementationJoshua Brindle
2019-10-03selinux: fix context string corruption in convert_context()Ondrej Mosnacek
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-27selinux: avoid atomic_t usage in sidtabOndrej Mosnacek
2019-08-05selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek
2019-08-05selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek
2019-08-05selinux: shuffle around policydb.c to get rid of forward declarationsPaul Moore
2019-08-02Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-31selinux: fix memory leak in policydb_init()Ondrej Mosnacek
2019-07-26Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-24selinux: check sidtab limit before adding a new entryOndrej Mosnacek
2019-07-08Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-01selinux: format all invalid context as untrustedRichard Guy Briggs
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-05-21selinux: remove some no-op BUG_ONsOndrej Mosnacek