summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+1
* Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-0410-157/+231
|\
| * selinux: complete the inlining of hashtab functionsOndrej Mosnacek2020-07-102-59/+63
| * selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-107-63/+110
| * selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-097-56/+69
| * selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards2020-06-301-2/+2
| * selinux: log error messages on required process class / permissionsStephen Smalley2020-06-241-5/+15
* | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-222-13/+12
|\ \ | |/ |/|
| * selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-171-13/+5
| * selinux: fix double freeTom Rix2020-06-111-0/+4
* | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0316-318/+496
|\|
| * selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-018-146/+116
| * selinux: fix return value on error in policydb_read()Ondrej Mosnacek2020-05-011-0/+1
| * selinux: simplify range_write()Ondrej Mosnacek2020-05-011-16/+2
| * selinux: fix error return code in policydb_read()Wei Yongjun2020-05-011-0/+1
| * selinux: don't produce incorrect filename_trans_countOndrej Mosnacek2020-04-222-9/+5
| * selinux: implement new format of filename transitionsOndrej Mosnacek2020-04-171-25/+187
| * selinux: move context hashing under sidtabOndrej Mosnacek2020-04-175-58/+47
| * selinux: hash context structure directlyOndrej Mosnacek2020-04-178-41/+68
| * selinux: store role transitions in a hash tableOndrej Mosnacek2020-04-173-60/+107
| * selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek2020-04-161-2/+1
| * selinux: fix warning Comparison to boolZou Wei2020-04-152-3/+3
* | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-011-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-04-0111-515/+352
|\|
| * selinux: clean up indentation issue with assignment statementColin Ian King2020-03-311-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-282-26/+25
| * selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek2020-02-284-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-141-59/+63
| * selinux: generalize evaluate_cond_node()Ondrej Mosnacek2020-02-123-6/+12
| * selinux: convert cond_expr to arrayOndrej Mosnacek2020-02-122-43/+33
| * selinux: convert cond_av_list to arrayOndrej Mosnacek2020-02-122-79/+53
| * selinux: convert cond_list to arrayOndrej Mosnacek2020-02-125-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-061-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-192-2/+2
* selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-093-94/+277