Age | Commit message (Expand) | Author | Files | Lines |
2020-06-03 | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 16 | -318/+496 |
2020-05-01 | selinux: do not allocate hashtabs dynamically | Ondrej Mosnacek | 8 | -146/+116 |
2020-05-01 | selinux: fix return value on error in policydb_read() | Ondrej Mosnacek | 1 | -0/+1 |
2020-05-01 | selinux: simplify range_write() | Ondrej Mosnacek | 1 | -16/+2 |
2020-05-01 | selinux: fix error return code in policydb_read() | Wei Yongjun | 1 | -0/+1 |
2020-05-01 | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2020-04-28 | selinux: fix error return code in cond_read_list() | Wei Yongjun | 1 | -1/+1 |
2020-04-22 | selinux: don't produce incorrect filename_trans_count | Ondrej Mosnacek | 2 | -9/+5 |
2020-04-17 | selinux: implement new format of filename transitions | Ondrej Mosnacek | 1 | -25/+187 |
2020-04-17 | selinux: move context hashing under sidtab | Ondrej Mosnacek | 5 | -58/+47 |
2020-04-17 | selinux: hash context structure directly | Ondrej Mosnacek | 8 | -41/+68 |
2020-04-17 | selinux: store role transitions in a hash table | Ondrej Mosnacek | 3 | -60/+107 |
2020-04-16 | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2020-04-16 | selinux: drop unnecessary smp_load_acquire() call | Ondrej Mosnacek | 1 | -2/+1 |
2020-04-16 | selinux: free str on error in str_read() | Ondrej Mosnacek | 1 | -4/+4 |
2020-04-15 | selinux: fix warning Comparison to bool | Zou Wei | 2 | -3/+3 |
2020-04-01 | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -515/+352 |
2020-03-31 | selinux: clean up indentation issue with assignment statement | Colin Ian King | 1 | -4/+3 |
2020-03-05 | selinux: avtab_init() and cond_policydb_init() return void | Paul Moore | 5 | -21/+7 |
2020-03-05 | selinux: clean up error path in policydb_init() | Ondrej Mosnacek | 1 | -13/+5 |
2020-02-28 | selinux: remove unused initial SIDs and improve handling | Stephen Smalley | 2 | -26/+25 |
2020-02-28 | selinux: reduce the use of hard-coded hash sizes | Ondrej Mosnacek | 4 | -40/+45 |
2020-02-22 | selinux: optimize storage of filename transitions | Ondrej Mosnacek | 3 | -80/+110 |
2020-02-14 | selinux: factor out loop body from filename_trans_read() | Ondrej Mosnacek | 1 | -59/+63 |
2020-02-12 | selinux: generalize evaluate_cond_node() | Ondrej Mosnacek | 3 | -6/+12 |
2020-02-12 | selinux: convert cond_expr to array | Ondrej Mosnacek | 2 | -43/+33 |
2020-02-12 | selinux: convert cond_av_list to array | Ondrej Mosnacek | 2 | -79/+53 |
2020-02-12 | selinux: convert cond_list to array | Ondrej Mosnacek | 5 | -52/+38 |
2020-02-10 | selinux: allow kernfs symlinks to inherit parent directory context | Christian Göttsche | 1 | -1/+2 |
2020-02-10 | selinux: simplify evaluate_cond_node() | Ondrej Mosnacek | 3 | -13/+6 |
2020-02-10 | selinux: move status variables out of selinux_ss | Ondrej Mosnacek | 3 | -128/+0 |
2020-02-06 | selinux: fix sidtab string cache locking | Ondrej Mosnacek | 1 | -9/+3 |
2020-01-17 | selinux: do not allocate ancillary buffer on first load | Ondrej Mosnacek | 1 | -15/+13 |
2020-01-16 | selinux: fix wrong buffer types in policydb.c | Ondrej Mosnacek | 1 | -2/+2 |
2020-01-10 | selinux: treat atomic flags more carefully | Ondrej Mosnacek | 1 | -19/+19 |
2019-12-24 | selinux: remove set but not used variable 'sidtab' | YueHaibing | 1 | -8/+0 |
2019-12-24 | selinux: ensure the policy has been loaded before reading the sidtab stats | Paul Moore | 1 | -0/+6 |
2019-12-19 | selinux: randomize layout of key structures | Stephen Smalley | 2 | -2/+2 |
2019-12-10 | selinux: cache the SID -> context string translation | Ondrej Mosnacek | 3 | -94/+277 |
2019-12-10 | selinux: sidtab reverse lookup hash table | Jeff Vander Stoep | 6 | -167/+228 |
2019-12-01 | Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -0/+60 |
2019-10-08 | Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+8 |
2019-10-08 | selinux: default_range glblub implementation | Joshua Brindle | 6 | -0/+60 |
2019-10-03 | selinux: fix context string corruption in convert_context() | Ondrej Mosnacek | 1 | -1/+8 |
2019-09-23 | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -236/+241 |
2019-08-27 | selinux: avoid atomic_t usage in sidtab | Ondrej Mosnacek | 2 | -32/+35 |
2019-08-05 | selinux: policydb - rename type_val_to_struct_array | Ondrej Mosnacek | 3 | -11/+11 |
2019-08-05 | selinux: policydb - fix some checkpatch.pl warnings | Ondrej Mosnacek | 1 | -4/+8 |
2019-08-05 | selinux: shuffle around policydb.c to get rid of forward declarations | Paul Moore | 1 | -189/+187 |
2019-08-03 | Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+5 |