summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/policydb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-3/+1
|/
* selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek2019-03-181-4/+9
* selinux: convert to kvmallocKent Overstreet2019-03-121-92/+30
* selinux: fix GPF on invalid policyStephen Smalley2019-01-101-1/+2
* selinux: use separate table for initial SID lookupOndrej Mosnacek2018-12-051-1/+9
* selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek2018-11-051-15/+36
* selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa2018-09-131-1/+1
* selinux: Cleanup printk logging in policydbpeter enderborg2018-06-191-45/+46
* selinux: update my email addressStephen Smalley2017-08-171-1/+1
* selinux: Create policydb version for Infiniband supportDaniel Jurgens2017-05-231-15/+97
* selinux: Return directly after a failed memory allocation in policydb_index()Markus Elfring2017-05-231-10/+5
* selinux: Fix an uninitialized variable bugDan Carpenter2017-03-311-1/+1
* selinux: Return directly after a failed kzalloc() in roles_init()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in perm_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in common_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in class_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in role_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in type_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in user_read()Markus Elfring2017-03-291-2/+1
* selinux: Improve another size determination in sens_read()Markus Elfring2017-03-291-1/+1
* selinux: Return directly after a failed kzalloc() in sens_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in cat_read()Markus Elfring2017-03-291-2/+1