1. f0d3d98 selinux: include vmalloc.h for vmalloc_user by Stephen Rothwell · 14 years ago
  2. 845ca30 selinux: implement mmap on /selinux/policy by Eric Paris · 14 years ago
  3. cee74f4 SELinux: allow userspace to read policy back out of the kernel by Eric Paris · 14 years ago
  4. d5630b9 security: secid_to_secctx returns len when data is NULL by Eric Paris · 14 years ago
  5. 1190416 selinux: fast status update interface (/selinux/status) by KaiGai Kohei · 14 years ago
  6. 6371dcd selinux: convert the policy type_attr_map to flex_array by Eric Paris · 14 years ago
  7. a200005 SELinux: return error codes on policy load failure by Eric Paris · 14 years ago
  8. c1a7368 Security: Fix coding style in security/ by wzt.wzt@gmail.com · 14 years ago
  9. 2ae3ba3 selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() by KaiGai Kohei · 15 years ago
  10. 2da5d31 security: fix a couple of sparse warnings by James Morris · 15 years ago
  11. 0719aaf selinux: allow MLS->non-MLS and vice versa upon policy reload by Guido Trentalancia · 15 years ago
  12. 42596ea selinux: load the initial SIDs upon every policy load by Guido Trentalancia · 15 years ago
  13. 7d52a15 selinux: remove dead code in type_attribute_bounds_av() by KaiGai Kohei · 15 years ago
  14. 2457552 Merge branch 'master' into next by James Morris · 15 years ago
  15. 19439d0 selinux: change the handling of unknown classes by Stephen Smalley · 15 years ago
  16. 9f59f90 security/selinux/ss: correct size computation by Julia Lawall · 15 years ago
  17. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  18. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  19. 0bce952 SELinux: print denials for buggy kernel with unknown perms by Eric Paris · 15 years ago
  20. b7f3008 SELinux: fix locking issue introduced with c6d3aaa4e35c71a3 by Stephen Smalley · 15 years ago
  21. 941fc5b selinux: drop remapping of netlink classes by Stephen Smalley · 15 years ago
  22. c6d3aaa selinux: dynamic class/perm discovery by Stephen Smalley · 15 years ago
  23. d905163 Merge branch 'master' into next by James Morris · 15 years ago
  24. 44c2d9b Add audit messages on type boundary violations by KaiGai Kohei · 15 years ago
  25. caabbdc cleanup in ss/services.c by KaiGai Kohei · 15 years ago
  26. 8a6f83a Permissive domain in userspace object manager by KaiGai Kohei · 16 years ago
  27. f1c6381 SELinux: remove unused av.decided field by Eric Paris · 16 years ago
  28. 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 16 years ago
  29. 0da939b Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into next by James Morris · 16 years ago
  30. 8d75899 netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts by Paul Moore · 16 years ago
  31. 99d854d selinux: Fix a problem in security_netlbl_sid_to_secattr() by Paul Moore · 16 years ago
  32. 3040a6d selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() by Paul Moore · 16 years ago
  33. 81990fb selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() by Paul Moore · 16 years ago
  34. ab2b495 Merge branch 'master' into next by James Morris · 16 years ago
  35. 8e531af SELinux: memory leak in security_context_to_sid_core by Eric Paris · 16 years ago
  36. d9250de SELinux: add boundary support and thread context assignment by KaiGai Kohei · 16 years ago
  37. dbc74c6 selinux: Unify for- and while-loop style by Vesa-Matti Kari · 16 years ago
  38. 089be43 Revert "SELinux: allow fstype unknown to policy to use xattrs if present" by James Morris · 16 years ago
  39. 811f379 SELinux: allow fstype unknown to policy to use xattrs if present by Eric Paris · 16 years ago
  40. 6cbe270 SELinux: more user friendly unknown handling printk by Eric Paris · 16 years ago
  41. 22df4ad selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux whine) by Stephen Smalley · 16 years ago
  42. 89abd0a SELinux: drop load_mutex in security_load_policy by Eric Paris · 16 years ago
  43. cea78dc SELinux: fix off by 1 reference of class_to_string in context_struct_compute_av by Eric Paris · 16 years ago
  44. 972ccac SELinux: open code load_mutex by James Morris · 16 years ago
  45. 0804d11 SELinux: open code policy_rwlock by James Morris · 16 years ago
  46. f526971 SELinux: keep the code clean formating and syntax by Eric Paris · 16 years ago
  47. 9a59daa SELinux: fix sleeping allocation in security_context_to_sid by Stephen Smalley · 16 years ago
  48. 12b29f3 selinux: support deferred mapping of contexts by Stephen Smalley · 16 years ago
  49. 7bf570d Security: Make secctx_to_secid() take const secdata by David Howells · 16 years ago
  50. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  51. 744ba35 SELinux: clean up printks by Eric Paris · 16 years ago
  52. 5d55a34 SELinux: services.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  53. 3925e6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  54. 334d094 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 by Linus Torvalds · 16 years ago
  55. 9d57a7f SELinux: use new audit hooks, remove redundant exports by Ahmed S. Darwish · 17 years ago
  56. 3e11217 SELinux: Add network port SID cache by Paul Moore · 16 years ago
  57. 0e55a00 selinux/ss/services.c should #include <linux/selinux.h> by Adrian Bunk · 17 years ago
  58. 64dbf07 selinux: introduce permissive types by Eric Paris · 17 years ago
  59. dd6f953 security: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  60. b0c636b SELinux: create new open permission by Eric Paris · 17 years ago
  61. 454d972 SELinux: unify printk messages by James Morris · 17 years ago
  62. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  63. 0044787 NetLabel: Allow passing the LSM domain as a shared pointer by Paul Moore · 16 years ago
  64. 869ab51 SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code by Stephen Smalley · 17 years ago
  65. 394c675 SELinux: Remove security_get_policycaps() by Paul Moore · 17 years ago
  66. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  67. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  68. e1770d9 [SELinux]: Fix double free in selinux_netlbl_sock_setsid() by Paul Moore · 17 years ago
  69. 5dbe1eb SELinux: Allow NetLabel to directly cache SIDs by Paul Moore · 17 years ago
  70. 220deb9 SELinux: Better integration between peer labeling subsystems by Paul Moore · 17 years ago
  71. 3bb56b2 SELinux: Add a capabilities bitmap to SELinux policy version 22 by Paul Moore · 17 years ago
  72. e8bfdb9 SELinux: Convert the netif code to use ifindex values by Paul Moore · 17 years ago
  73. 16efd45 NetLabel: Add secid token support to the NetLabel secattr struct by Paul Moore · 17 years ago
  74. b1aa530 selinux: fix labeling of /proc/net inodes by Stephen Smalley · 17 years ago
  75. 45c950e selinux: fix memory leak in netlabel code by Paul Moore · 17 years ago
  76. 9fe79ad SELinux: improve performance when AVC misses. by KaiGai Kohei · 17 years ago
  77. 3f12070 SELinux: policy selectable handling of unknown classes and perms by Eric Paris · 17 years ago
  78. 3ad40d6 SELinux: correct error code in selinux_audit_rule_init by Steve G · 17 years ago
  79. d133a96 Typo fixes errror -> error by Gabriel Craciunescu · 17 years ago
  80. 0ec8abd SELinux: fix memory leak in security_netlbl_cache_add() by Jesper Juhl · 17 years ago
  81. 2c3c05d SELinux: allow preemption between transition permission checks by Stephen Smalley · 17 years ago
  82. 55fcf09 selinux: add support for querying object classes and permissions from the running policy by Christopher J. PeBenito · 17 years ago
  83. e900a7d selinux: preserve boolean values across policy reloads by Stephen Smalley · 17 years ago
  84. f0ee2e4 selinux: export initial SID contexts via selinuxfs by James Carter · 18 years ago
  85. a764ae4 selinux: remove userland security class and permission definitions by Stephen Smalley · 18 years ago
  86. 4f6a993 SELinux: move security_skb_extlbl_sid() out of the security server by Paul Moore · 18 years ago
  87. c60475b SELinux: rename selinux_netlabel.h to netlabel.h by Paul Moore · 18 years ago
  88. 5778eab SELinux: extract the NetLabel SELinux support from the security server by Paul Moore · 18 years ago
  89. 4f4acf3 Always initialize scontext and scontext_len by Stephen Smalley · 18 years ago
  90. 342a0cf [SELINUX]: Fix 2.6.20-rc6 build when no xfrm by Venkat Yekkirala · 18 years ago
  91. 334c855 [SELINUX]: increment flow cache genid by Venkat Yekkirala · 18 years ago
  92. 7979512 NetLabel: correct locking in selinux_netlbl_socket_setsid() by Paul Moore · 18 years ago
  93. 0efc61e selinux: Delete mls_copy_context by Venkat Yekkirala · 18 years ago
  94. 9883a13 [PATCH] selinux: fix selinux_netlbl_inode_permission() locking by Parag Warudkar · 18 years ago
  95. 0275276 NetLabel: convert to an extensibile/sparse category bitmap by Paul Moore · 18 years ago
  96. 3de4bab SELinux: peer secid consolidation for external network labeling by Paul Moore · 18 years ago
  97. 9f2ad66 NetLabel: SELinux cleanups by Paul Moore · 18 years ago
  98. 701a90b NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand by Paul Moore · 18 years ago
  99. b94c7e6 SELinux: validate kernel object classes and permissions by Chad Sellers · 18 years ago
  100. 5a64d44 SELinux: remove current object class and permission validation mechanism by Chad Sellers · 18 years ago