1. a135ce4 Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years ago
  2. 5fe3757 selinux: Use struct_size() helper in kmalloc() by Xiu Jianfeng · 3 years, 1 month ago
  3. dc27f3c selinux: fix NULL-pointer dereference when hashtab allocation fails by Ondrej Mosnacek · 3 years, 1 month ago
  4. e9fd729 selinux: fix all of the W=1 build warnings by Paul Moore · 4 years, 1 month ago
  5. cbfcd13 selinux: fix race condition when computing ocontext SIDs by Ondrej Mosnacek · 3 years, 5 months ago
  6. befa491 Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 4 months ago
  7. 4c15608 selinux: correct the return value when loads initial sids by Xiu Jianfeng · 3 years, 5 months ago
  8. 893c47d selinux: return early for possible NULL audit buffers by Austin Kim · 3 years, 6 months ago
  9. d0a8331 selinux: Fix kernel-doc by Yang Li · 3 years, 7 months ago
  10. fd781f4 selinux: Remove redundant assignment to rc by Jiapeng Chong · 3 years, 8 months ago
  11. e1cce3a selinux: constify some avtab function arguments by Ondrej Mosnacek · 3 years, 9 months ago
  12. fba472b selinux: simplify duplicate_policydb_cond_list() by using kmemdup() by Ondrej Mosnacek · 3 years, 9 months ago
  13. 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
  14. f1c921f Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 8 months ago
  15. 1aea780 LSM: Infrastructure management of the superblock by Casey Schaufler · 3 years, 8 months ago
  16. 60144b2 Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 9 months ago
  17. 9ad6e9cb selinux: fix race between old and new sidtab by Ondrej Mosnacek · 3 years, 9 months ago
  18. d8f5f0e selinux: fix cond_list corruption when changing booleans by Ondrej Mosnacek · 3 years, 9 months ago
  19. 442dc00 selinux: make nslot handling in avtab more robust by Ondrej Mosnacek · 3 years, 9 months ago
  20. 8419639 Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 9 months ago
  21. 6406887 selinux: fix variable scope issue in live sidtab conversion by Ondrej Mosnacek · 3 years, 10 months ago
  22. 63ddf1b selinux: fix misspellings using codespell tool by Xiong Zhenwu · 3 years, 10 months ago
  23. 2554a48 selinux: measure state and policy capabilities by Lakshmi Ramasubramanian · 3 years, 11 months ago
  24. d643a99 Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 3 years, 10 months ago
  25. fdd1ffe selinux: include a consumer of the new IMA critical data hook by Lakshmi Ramasubramanian · 4 years ago
  26. cd2bb4c selinux: mark some global variables __ro_after_init by Ondrej Mosnacek · 4 years ago
  27. 3c797e5 selinux: drop the unnecessary aurule_callback variable by Ondrej Mosnacek · 4 years ago
  28. 44141f5 selinux: allow dontauditx and auditallowx rules to take effect without allowx by bauen1 · 4 years, 3 months ago
  29. 7b54081 Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 3 months ago
  30. e8ba53d0 selinux: access policycaps with READ_ONCE/WRITE_ONCE by Stephen Smalley · 4 years, 4 months ago
  31. 66ccd25 selinux: simplify away security_policydb_len() by Ondrej Mosnacek · 4 years, 4 months ago
  32. 9ff9abc selinux: move policy mutex to selinux_state, use in lockdep checks by Stephen Smalley · 4 years, 4 months ago
  33. 0256b0a selinux: fix error handling bugs in security_load_policy() by Dan Carpenter · 4 years, 4 months ago
  34. 1b8b31a selinux: convert policy read-write lock to RCU by Stephen Smalley · 4 years, 4 months ago
  35. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  36. 8792293 selinux: fix memdup.cocci warnings by kernel test robot · 4 years, 4 months ago
  37. 37ea433 selinux: avoid dereferencing the policy prior to initialization by Stephen Smalley · 4 years, 4 months ago
  38. 69ea651 selinux: fix allocation failure check on newpolicy->sidtab by Colin Ian King · 4 years, 4 months ago
  39. c7c556f selinux: refactor changing booleans by Stephen Smalley · 4 years, 5 months ago
  40. 02a52c5 selinux: move policy commit after updating selinuxfs by Stephen Smalley · 4 years, 5 months ago
  41. 4616980 selinux: encapsulate policy state, refactor policy load by Stephen Smalley · 4 years, 5 months ago
  42. 339949b scripts/selinux,selinux: update mdp to enable policy capabilities by Stephen Smalley · 4 years, 5 months ago
  43. 49e917d Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 5 months ago
  44. 54b27f9 selinux: complete the inlining of hashtab functions by Ondrej Mosnacek · 4 years, 6 months ago
  45. 24def7b selinux: prepare for inlining of hashtab functions by Ondrej Mosnacek · 4 years, 6 months ago
  46. 237389e selinux: specialize symtab insert and search functions by Ondrej Mosnacek · 4 years, 6 months ago
  47. 65d9635 selinux: fixed a checkpatch warning with the sizeof macro by Ethan Edwards · 4 years, 6 months ago
  48. 7383c0f selinux: log error messages on required process class / permissions by Stephen Smalley · 4 years, 6 months ago
  49. 817d914 Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 6 months ago
  50. 8231b0b selinux: fix undefined return of cond_evaluate_expr by Tom Rix · 4 years, 6 months ago
  51. aa449a7 selinux: fix a double free in cond_read_node()/cond_read_list() by Tom Rix · 4 years, 7 months ago
  52. 65de509 selinux: fix double free by Tom Rix · 4 years, 7 months ago
  53. f41030a Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 7 months ago
  54. 03414a4 selinux: do not allocate hashtabs dynamically by Ondrej Mosnacek · 4 years, 8 months ago
  55. 46619b4 selinux: fix return value on error in policydb_read() by Ondrej Mosnacek · 4 years, 8 months ago
  56. 3348bd3 selinux: simplify range_write() by Ondrej Mosnacek · 4 years, 8 months ago
  57. 4c09f8b selinux: fix error return code in policydb_read() by Wei Yongjun · 4 years, 8 months ago
  58. 39e16d9 Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 8 months ago
  59. 292fed1 selinux: fix error return code in cond_read_list() by Wei Yongjun · 4 years, 8 months ago
  60. 9521eb3 selinux: don't produce incorrect filename_trans_count by Ondrej Mosnacek · 4 years, 8 months ago
  61. 4300590 selinux: implement new format of filename transitions by Ondrej Mosnacek · 4 years, 9 months ago
  62. 225621c selinux: move context hashing under sidtab by Ondrej Mosnacek · 4 years, 9 months ago
  63. 5007728 selinux: hash context structure directly by Ondrej Mosnacek · 4 years, 9 months ago
  64. e67b2ec selinux: store role transitions in a hash table by Ondrej Mosnacek · 4 years, 9 months ago
  65. 9786cab Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 9 months ago
  66. 433e3aa selinux: drop unnecessary smp_load_acquire() call by Ondrej Mosnacek · 4 years, 9 months ago
  67. af15f14 selinux: free str on error in str_read() by Ondrej Mosnacek · 4 years, 9 months ago
  68. 4b85039 selinux: fix warning Comparison to bool by Zou Wei · 4 years, 9 months ago
  69. b3aa112 Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 9 months ago
  70. c753924 selinux: clean up indentation issue with assignment statement by Colin Ian King · 4 years, 9 months ago
  71. 5e729e1 selinux: avtab_init() and cond_policydb_init() return void by Paul Moore · 4 years, 10 months ago
  72. 34a2dab selinux: clean up error path in policydb_init() by Ondrej Mosnacek · 4 years, 10 months ago
  73. e3e0b58 selinux: remove unused initial SIDs and improve handling by Stephen Smalley · 4 years, 10 months ago
  74. e0ac568 selinux: reduce the use of hard-coded hash sizes by Ondrej Mosnacek · 4 years, 10 months ago
  75. c3a2761 selinux: optimize storage of filename transitions by Ondrej Mosnacek · 4 years, 10 months ago
  76. 253050f selinux: factor out loop body from filename_trans_read() by Ondrej Mosnacek · 4 years, 11 months ago
  77. 89d4d7c selinux: generalize evaluate_cond_node() by Ondrej Mosnacek · 5 years ago
  78. 8794d78 selinux: convert cond_expr to array by Ondrej Mosnacek · 5 years ago
  79. 2b3a003 selinux: convert cond_av_list to array by Ondrej Mosnacek · 5 years ago
  80. 60abd31 selinux: convert cond_list to array by Ondrej Mosnacek · 5 years ago
  81. 7470d0d1 selinux: allow kernfs symlinks to inherit parent directory context by Christian Göttsche · 5 years ago
  82. 06c2efe selinux: simplify evaluate_cond_node() by Ondrej Mosnacek · 5 years ago
  83. 4b36cb7 selinux: move status variables out of selinux_ss by Ondrej Mosnacek · 5 years ago
  84. 39a706f selinux: fix sidtab string cache locking by Ondrej Mosnacek · 5 years ago
  85. dd89b9d selinux: do not allocate ancillary buffer on first load by Ondrej Mosnacek · 5 years ago
  86. ae3d8c2 selinux: fix wrong buffer types in policydb.c by Ondrej Mosnacek · 5 years ago
  87. 65cddd5 selinux: treat atomic flags more carefully by Ondrej Mosnacek · 5 years ago
  88. f126853 selinux: remove set but not used variable 'sidtab' by YueHaibing · 5 years ago
  89. 15b590a selinux: ensure the policy has been loaded before reading the sidtab stats by Paul Moore · 5 years ago
  90. 5c108d4 selinux: randomize layout of key structures by Stephen Smalley · 5 years ago
  91. d97bd23 selinux: cache the SID -> context string translation by Ondrej Mosnacek · 5 years ago
  92. 66f8e2f selinux: sidtab reverse lookup hash table by Jeff Vander Stoep · 5 years ago
  93. ba75082 Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  94. 2ef4591 Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  95. 42345b6 selinux: default_range glblub implementation by Joshua Brindle · 5 years ago
  96. 2a52439 selinux: fix context string corruption in convert_context() by Ondrej Mosnacek · 5 years ago
  97. 5825a95 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  98. 116f21b selinux: avoid atomic_t usage in sidtab by Ondrej Mosnacek · 5 years ago
  99. f07ea1d selinux: policydb - rename type_val_to_struct_array by Ondrej Mosnacek · 5 years ago
  100. 2492aca selinux: policydb - fix some checkpatch.pl warnings by Ondrej Mosnacek · 5 years ago