aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/policydb.c
AgeCommit message (Expand)Author
2021-08-12selinux: correct the return value when loads initial sidsXiu Jianfeng
2020-07-09selinux: prepare for inlining of hashtab functionsOndrej Mosnacek
2020-07-08selinux: specialize symtab insert and search functionsOndrej Mosnacek
2020-06-23selinux: log error messages on required process class / permissionsStephen Smalley
2020-06-02Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek
2020-05-01selinux: fix return value on error in policydb_read()Ondrej Mosnacek
2020-05-01selinux: simplify range_write()Ondrej Mosnacek
2020-05-01selinux: fix error return code in policydb_read()Wei Yongjun
2020-04-22selinux: don't produce incorrect filename_trans_countOndrej Mosnacek
2020-04-17selinux: implement new format of filename transitionsOndrej Mosnacek
2020-04-17selinux: move context hashing under sidtabOndrej Mosnacek
2020-04-17selinux: hash context structure directlyOndrej Mosnacek
2020-04-17selinux: store role transitions in a hash tableOndrej Mosnacek
2020-04-15selinux: free str on error in str_read()Ondrej Mosnacek
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: convert cond_list to arrayOndrej Mosnacek
2020-01-16selinux: fix wrong buffer types in policydb.cOndrej Mosnacek
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep
2019-10-07selinux: default_range glblub implementationJoshua Brindle
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-03-18selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek
2019-03-12selinux: convert to kvmallocKent Overstreet
2019-01-10selinux: fix GPF on invalid policyStephen Smalley
2018-12-05selinux: use separate table for initial SID lookupOndrej Mosnacek
2018-11-05selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek
2018-09-13selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa
2018-06-19selinux: Cleanup printk logging in policydbpeter enderborg
2017-08-17selinux: update my email addressStephen Smalley
2017-05-23selinux: Create policydb version for Infiniband supportDaniel Jurgens
2017-05-23selinux: Return directly after a failed memory allocation in policydb_index()Markus Elfring
2017-03-31selinux: Fix an uninitialized variable bugDan Carpenter
2017-03-29selinux: Return directly after a failed kzalloc() in roles_init()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in perm_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in common_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in class_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in role_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in type_read()Markus Elfring