1. 11ab4cd Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 8 months ago
  2. dad8d1a3 Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 8 months ago
  3. dd44477 selinux,smack: remove the capability checks in the removexattr hooks by Paul Moore · 8 months ago
  4. e123134b selinux: Use 1UL for EBITMAP_BIT to match maps type by Canfeng Guo · 8 months ago
  5. 9a95c5b ima: Avoid blocking in RCU read-side critical section by GUO Zihua · 10 months ago
  6. 61df7b8 lsm: fixup the inode xattr capability handling by Paul Moore · 10 months ago
  7. 353ad6c Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 10 months ago
  8. ccae19c Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 10 months ago
  9. 8ec9897 netlabel: fix RCU annotation for IPv4 options on socket creation by Davide Caratti · 10 months ago
  10. 581646c selinux: constify source policy in cond_policydb_dup() by Christian Göttsche · 11 months ago
  11. 8515417 selinux: avoid printk_ratelimit() by Christian Göttsche · 11 months ago
  12. fc98317 selinux: pre-allocate the status page by Christian Göttsche · 11 months ago
  13. 3253804 security: allow finer granularity in permitting copy-up of security xattrs by Stefan Berger · 1 year ago
  14. 4e551db0 selinux: clarify return code in filename_trans_read_helper_compat() by Ondrej Mosnacek · 11 months ago
  15. 37801a3 selinux: avoid dereference of garbage after mount failure by Christian Göttsche · 11 months ago
  16. abb0f43 selinux: use u32 as bit position type in ebitmap code by Christian Göttsche · 12 months ago
  17. 32db469 selinux: improve symtab string hashing by Christian Göttsche · 12 months ago
  18. 0fd0b4f selinux: dump statistics for more hash tables by Christian Göttsche · 12 months ago
  19. cdc12eb selinux: make more use of current_sid() by Christian Göttsche · 12 months ago
  20. 4b3124d selinux: update numeric format specifiers for ebitmaps by Christian Göttsche · 11 months ago
  21. 42c7732 selinux: improve error checking in sel_write_load() by Paul Moore · 12 months ago
  22. e6b5ebca41 selinux: cleanup selinux_lsm_getattr() by Paul Moore · 1 year ago
  23. 0142c56 selinux: reject invalid ebitmaps by Christian Göttsche · 12 months ago
  24. a5a858f6 lsm: use 32-bit compatible data types in LSM syscalls by Casey Schaufler · 12 months ago
  25. cc4a875 Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 12 months ago
  26. ca661c5 Merge tag 'selinux-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 12 months ago
  27. 65f5dd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 12 months ago
  28. a1fc793 selinux: fix style issues in security/selinux/ss/symtab.c by Paul Moore · 1 year ago
  29. 5fca473 selinux: fix style issues in security/selinux/ss/symtab.h by Paul Moore · 1 year ago
  30. dc9a7467 selinux: fix style issues in security/selinux/ss/sidtab.c by Paul Moore · 1 year ago
  31. 72a1c57 selinux: fix style issues in security/selinux/ss/sidtab.h by Paul Moore · 1 year ago
  32. 317e029 selinux: fix style issues in security/selinux/ss/services.h by Paul Moore · 1 year ago
  33. ec12c6e selinux: fix style issues in security/selinux/ss/policydb.c by Paul Moore · 1 year ago
  34. a32582d selinux: fix style issues in security/selinux/ss/policydb.h by Paul Moore · 1 year ago
  35. 793f9ad selinux: fix style issues in security/selinux/ss/mls_types.h by Paul Moore · 1 year ago
  36. 4afec36 selinux: fix style issues in security/selinux/ss/mls.c by Paul Moore · 1 year ago
  37. 470948b selinux: fix style issues in security/selinux/ss/mls.h by Paul Moore · 1 year ago
  38. dfd9bb4 selinux: fix style issues in security/selinux/ss/hashtab.c by Paul Moore · 1 year ago
  39. a84f5aa selinux: fix style issues in security/selinux/ss/hashtab.h by Paul Moore · 1 year ago
  40. e951485 selinux: fix style issues in security/selinux/ss/ebitmap.c by Paul Moore · 1 year ago
  41. 3ec3a83 selinux: fix style issues in security/selinux/ss/ebitmap.h by Paul Moore · 1 year ago
  42. 05363a7f selinux: fix style issues in security/selinux/ss/context.h by Paul Moore · 1 year ago
  43. b27e564 selinux: fix style issues in security/selinux/ss/context.h by Paul Moore · 1 year ago
  44. e6162e4 selinux: fix style issues in security/selinux/ss/constraint.h by Paul Moore · 1 year ago
  45. ade6a96 selinux: fix style issues in security/selinux/ss/conditional.c by Paul Moore · 1 year ago
  46. 1602a6c selinux: fix style issues in security/selinux/ss/conditional.h by Paul Moore · 1 year ago
  47. 00ddc59 selinux: fix style issues in security/selinux/ss/avtab.c by Paul Moore · 1 year ago
  48. 954a8ac selinux: fix style issues in security/selinux/ss/avtab.h by Paul Moore · 1 year ago
  49. 86dc969 selinux: fix lsm_get_self_attr() by Mickaël Salaün · 1 year ago
  50. 314a8dc security: Align inode_setattr hook definition with EVM by Roberto Sassu · 1 year ago
  51. 7c655be selinux: only filter copy-up xattrs following initialization by David Disseldorp · 1 year, 1 month ago
  52. bfda63f selinux: correct return values in selinux_socket_getpeersec_dgram() by Paul Moore · 1 year, 1 month ago
  53. 90593ca selinux: reduce the object class calculations at inode init time by Paul Moore · 1 year, 1 month ago
  54. 0054493 bpf,selinux: Allocate bpf_security_struct per BPF token by Andrii Nakryiko · 1 year, 1 month ago
  55. a2431c7 bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks by Andrii Nakryiko · 1 year, 1 month ago
  56. 1b67772 bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks by Andrii Nakryiko · 1 year, 1 month ago
  57. 4c72e2b8 Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 2 months ago
  58. 78273df Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs by Linus Torvalds · 1 year, 2 months ago
  59. 063a7ce Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 1 year, 2 months ago
  60. 9f9310b Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 1 year, 2 months ago
  61. bbf5a1d selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket by Mickaël Salaün · 1 year, 2 months ago
  62. f1bb47a lsm: new security_file_ioctl_compat() hook by Alfred Piccioni · 1 year, 2 months ago
  63. cc2a734 selinux: fix style issues in security/selinux/include/initial_sid_to_string.h by Paul Moore · 1 year, 2 months ago
  64. cea9216 selinux: fix style issues in security/selinux/include/xfrm.h by Paul Moore · 1 year, 2 months ago
  65. 7d1464b selinux: fix style issues in security/selinux/include/security.h by Paul Moore · 1 year, 2 months ago
  66. 376ef14 selinux: fix style issues with security/selinux/include/policycap_names.h by Paul Moore · 1 year, 2 months ago
  67. db896a0 selinux: fix style issues in security/selinux/include/policycap.h by Paul Moore · 1 year, 2 months ago
  68. c787022 selinux: fix style issues in security/selinux/include/objsec.h by Paul Moore · 1 year, 2 months ago
  69. 3e7773f selinux: fix style issues with security/selinux/include/netlabel.h by Paul Moore · 1 year, 2 months ago
  70. e04f858 selinux: fix style issues in security/selinux/include/netif.h by Paul Moore · 1 year, 2 months ago
  71. e5a4cc3 selinux: fix style issues in security/selinux/include/ima.h by Paul Moore · 1 year, 2 months ago
  72. ce4a781 selinux: fix style issues in security/selinux/include/conditional.h by Paul Moore · 1 year, 2 months ago
  73. 27283b3 selinux: fix style issues in security/selinux/include/classmap.h by Paul Moore · 1 year, 2 months ago
  74. 1d08fa8 selinux: fix style issues in security/selinux/include/avc_ss.h by Paul Moore · 1 year, 2 months ago
  75. bb4e599 selinux: align avc_has_perm_noaudit() prototype with definition by Paul Moore · 1 year, 2 months ago
  76. bdaaf51 selinux: fix style issues in security/selinux/include/avc.h by Paul Moore · 1 year, 2 months ago
  77. e9b0748 selinux: fix style issues in security/selinux/include/audit.h by Paul Moore · 1 year, 2 months ago
  78. bc46ef3 shm: Slim down dependencies by Kent Overstreet · 1 year, 3 months ago
  79. ae19141 cred: get rid of CONFIG_DEBUG_CREDENTIALS by Jens Axboe · 1 year, 3 months ago
  80. b66509b io_uring: split out cmd api into a separate header by Pavel Begunkov · 1 year, 3 months ago
  81. 3c1e09d selinux: remove the wrong comment about multithreaded process handling by Munehisa Kamata · 1 year, 3 months ago
  82. ae25485 selinux: introduce an initial SID for early boot processes by Ondrej Mosnacek · 1 year, 4 months ago
  83. 1712ed6 selinux: refactor avtab_node comparisons by Jacob Satterfield · 1 year, 4 months ago
  84. a67d2a1 selinux: update filenametr_hash() to use full_name_hash() by Paul Moore · 1 year, 4 months ago
  85. 4a0b33f selinux: saner handling of policy reloads by Al Viro · 1 year, 5 months ago
  86. b1a867e lsm: mark the lsm_id variables are marked as static by Paul Moore · 1 year, 4 months ago
  87. d7cf341 lsm: consolidate buffer size handling into lsm_fill_user_ctx() by Paul Moore · 1 year, 4 months ago
  88. 762c934 SELinux: Add selfattr hooks by Casey Schaufler · 1 year, 6 months ago
  89. f3b8788 LSM: Identify modules by more than name by Casey Schaufler · 1 year, 6 months ago
  90. 2b93c2c Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 1 year, 4 months ago
  91. f5fc9e4 Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 1 year, 4 months ago
  92. 26d1283 selinux: convert to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
  93. 19c1c99 selinux: simplify avtab_insert_node() prototype by Jacob Satterfield · 1 year, 5 months ago
  94. 20a2aa4 lsm: constify 'sb' parameter in security_sb_kern_mount() by Khadija Kamran · 1 year, 6 months ago
  95. a721f7b lsm: constify 'bprm' parameter in security_bprm_committed_creds() by Khadija Kamran · 1 year, 6 months ago
  96. 64fc952 lsm: constify 'bprm' parameter in security_bprm_committing_creds() by Khadija Kamran · 1 year, 6 months ago
  97. 25cc71d lsm: constify 'sb' parameter in security_quotactl() by Khadija Kamran · 1 year, 6 months ago
  98. 9d14088 selinux: hweight optimization in avtab_read_item by Jacob Satterfield · 1 year, 6 months ago
  99. 37b7ea3 selinux: improve role transition hashing by Christian Göttsche · 1 year, 6 months ago
  100. 7969ba5 selinux: simplify avtab slot calculation by Christian Göttsche · 1 year, 6 months ago