summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/policydb.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-11-211-0/+27
* selinux: update filenametr_hash() to use full_name_hash()Paul Moore2023-11-161-9/+2
* selinux: improve role transition hashingChristian Göttsche2023-09-131-1/+1
* selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche2023-09-131-2/+2
* Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-301-46/+52
|\
| * selinux: avoid implicit conversions in policydb codeChristian Göttsche2023-08-091-32/+37
| * selinux: revert SECINITSID_INIT supportPaul Moore2023-08-091-27/+0
| * selinux: use GFP_KERNEL while reading binary policyChristian Göttsche2023-08-081-5/+5
| * selinux: move debug functions into debug configurationChristian Göttsche2023-07-281-2/+3
| * selinux: introduce SECURITY_SELINUX_DEBUG configurationChristian Göttsche2023-07-201-4/+4
| * selinux: update my email addressStephen Smalley2023-07-191-1/+1
| * selinux: add missing newlines in pr_err() statementsChristian Göttsche2023-07-191-3/+3
| * selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-07-101-0/+27
* | selinux: set next pointer before attaching to listChristian Göttsche2023-08-181-1/+1
|/
* selinux: deprecated fs oconChristian Göttsche2023-05-231-0/+4
* selinux: declare read-only data arrays constChristian Göttsche2023-05-081-1/+1
* selinux: declare data arrays constChristian Göttsche2022-05-031-17/+15
* selinux: resolve checkpatch errorsChristian Göttsche2022-05-031-8/+4
* selinux: drop unused macroChristian Göttsche2022-01-261-2/+0
* selinux: declare name parameter of hash_eval constChristian Göttsche2022-01-261-1/+1
* selinux: correct the return value when loads initial sidsXiu Jianfeng2021-08-021-6/+4
* selinux: Remove redundant assignment to rcJiapeng Chong2021-05-101-1/+0
* selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-091-22/+54
* selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-081-26/+26
* selinux: log error messages on required process class / permissionsStephen Smalley2020-06-231-5/+15
* Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-021-136/+315
|\
| * selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-011-67/+60
| * 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-221-8/+3
| * selinux: implement new format of filename transitionsOndrej Mosnacek2020-04-171-25/+187
| * selinux: move context hashing under sidtabOndrej Mosnacek2020-04-171-2/+0
| * selinux: hash context structure directlyOndrej Mosnacek2020-04-171-5/+2
| * selinux: store role transitions in a hash tableOndrej Mosnacek2020-04-171-46/+92
* | selinux: free str on error in str_read()Ondrej Mosnacek2020-04-151-4/+4
|/
* 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-051-9/+2
* selinux: clean up error path in policydb_init()Ondrej Mosnacek2020-03-051-13/+5
* selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-271-13/+12
* selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek2020-02-271-33/+20
* selinux: optimize storage of filename transitionsOndrej Mosnacek2020-02-221-71/+95
* selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek2020-02-131-59/+63
* selinux: convert cond_list to arrayOndrej Mosnacek2020-02-111-1/+1
* selinux: fix wrong buffer types in policydb.cOndrej Mosnacek2020-01-161-2/+2
* selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-091-0/+5
* selinux: default_range glblub implementationJoshua Brindle2019-10-071-0/+5
* Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-200/+202
|\
| * selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek2019-08-051-7/+7
| * selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek2019-08-051-4/+8