summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-301-1/+1
|\
| * selinux: fix error return code in cond_read_list()Wei Yongjun2020-04-271-1/+1
* | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-161-4/+4
|\|
| * selinux: free str on error in str_read()Ondrej Mosnacek2020-04-151-4/+4
* | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-3111-515/+352
|\|
| * selinux: clean up indentation issue with assignment statementColin Ian King2020-03-301-4/+3
| * selinux: avtab_init() and cond_policydb_init() return voidPaul Moore2020-03-055-21/+7
| * selinux: clean up error path in policydb_init()Ondrej Mosnacek2020-03-051-13/+5
| * selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-272-26/+25
| * selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek2020-02-274-40/+45
| * selinux: optimize storage of filename transitionsOndrej Mosnacek2020-02-223-80/+110
| * selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek2020-02-131-59/+63
| * selinux: generalize evaluate_cond_node()Ondrej Mosnacek2020-02-113-6/+12
| * selinux: convert cond_expr to arrayOndrej Mosnacek2020-02-112-43/+33
| * selinux: convert cond_av_list to arrayOndrej Mosnacek2020-02-112-79/+53
| * selinux: convert cond_list to arrayOndrej Mosnacek2020-02-115-52/+38
| * selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche2020-02-101-1/+2
| * selinux: simplify evaluate_cond_node()Ondrej Mosnacek2020-02-103-13/+6
| * selinux: move status variables out of selinux_ssOndrej Mosnacek2020-02-103-128/+0
* | selinux: fix sidtab string cache lockingOndrej Mosnacek2020-02-051-9/+3
|/
* selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek2020-01-161-15/+13
* selinux: fix wrong buffer types in policydb.cOndrej Mosnacek2020-01-161-2/+2
* 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: randomize layout of key structuresStephen Smalley2019-12-182-2/+2
* selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-093-94/+277
* selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-096-167/+228
* Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-306-0/+60
|\
| * selinux: default_range glblub implementationJoshua Brindle2019-10-076-0/+60
* | 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-235-236/+241
|\|
| * selinux: avoid atomic_t usage in sidtabOndrej Mosnacek2019-08-272-32/+35
| * selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek2019-08-053-11/+11
| * selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek2019-08-051-4/+8
| * selinux: shuffle around policydb.c to get rid of forward declarationsPaul Moore2019-08-051-189/+187
* | Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-021-1/+5
|\|
| * selinux: fix memory leak in policydb_init()Ondrej Mosnacek2019-07-311-1/+5
* | Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-261-0/+5
|\|
| * selinux: check sidtab limit before adding a new entryOndrej Mosnacek2019-07-241-0/+5
* | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-082-18/+25
|\|
| * 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
| * selinux: provide __le variables explicitlyNicholas Mc Guire2019-05-211-4/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-056-18/+6
|/
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-5/+2
|\
| * selinux: remove useless assignmentsOndrej Mosnacek2019-03-251-5/+2
* | selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek2019-03-181-4/+9
|/