1. 7b98a58 selinux: sparse fix: fix several warnings in the security server code by James Morris · 13 years ago
  2. 6a3fbe8 selinux: sparse fix: fix warnings in netlink code by James Morris · 13 years ago
  3. ad3fa08 selinux: sparse fix: eliminate warnings for selinuxfs by James Morris · 13 years ago
  4. 58982b7 selinux: sparse fix: declare selinux_disable() in security.h by James Morris · 13 years ago
  5. cc59a58 selinux: sparse fix: move selinux_complete_init by James Morris · 13 years ago
  6. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  7. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  8. 257313b selinux: avoid unnecessary avc cache stat hit count by Linus Torvalds · 13 years ago
  9. 9ade0cf SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  10. 0dc1ba2 SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  11. 6b69732 SELinux: security_read_policy should take a size_t not ssize_t by Eric Paris · 13 years ago
  12. f50a3ec selinux: add type_transition with name extension support for selinuxfs by Kohei Kaigai · 13 years ago
  13. 8023976 SELinux: Add class support to the role_trans structure by Harry Ciao · 13 years ago
  14. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  15. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  16. 4bc6c2d SELinux: Auto-generate security_is_socket_class by Harry Ciao · 13 years ago
  17. 47ac19e selinux: drop unused packet flow permissions by Eric Paris · 14 years ago
  18. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 14 years ago
  19. 652bb9b SELinux: Use dentry name in new object labeling by Eric Paris · 14 years ago
  20. e0e736f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  21. 37721e1 headers: path.h redux by Alexey Dobriyan · 14 years ago
  22. ce6ada3 security: Define CAP_SYSLOG by Serge E. Hallyn · 14 years ago
  23. cee74f4 SELinux: allow userspace to read policy back out of the kernel by Eric Paris · 14 years ago
  24. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  25. 36f7f28 selinux: fix up style problem on /selinux/status by KaiGai Kohei · 14 years ago
  26. 1190416 selinux: fast status update interface (/selinux/status) by KaiGai Kohei · 14 years ago
  27. b424485 SELinux: Move execmod to the common perms by Eric Paris · 14 years ago
  28. 49b7b8d selinux: place open in the common file perms by Eric Paris · 14 years ago
  29. b782e0a SELinux: special dontaudit for access checks by Eric Paris · 14 years ago
  30. e8c2625 switch selinux delayed superblock handling to iterate_supers() by Al Viro · 14 years ago
  31. dd3e783 selinux: always call sk_security_struct sksec by Eric Paris · 14 years ago
  32. c43a752 Merge branch 'next-queue' into next by James Morris · 14 years ago
  33. 634a539 selinux: const strings in tables by Stephen Hemminger · 14 years ago
  34. 0719aaf selinux: allow MLS->non-MLS and vice versa upon policy reload by Guido Trentalancia · 15 years ago
  35. 19439d0 selinux: change the handling of unknown classes by Stephen Smalley · 15 years ago
  36. 8753f6b selinux: generate flask headers during kernel build by Stephen Smalley · 15 years ago
  37. c6d3aaa selinux: dynamic class/perm discovery by Stephen Smalley · 15 years ago
  38. ed6d76e selinux: Support for the new TUN LSM hooks by Paul Moore · 15 years ago
  39. 2bf4969 SELinux: Convert avc_audit to use lsm_audit.h by Thomas Liu · 15 years ago
  40. 25354c4 SELinux: add selinux_kernel_module_request by Eric Paris · 15 years ago
  41. be940d6 Revert "SELinux: Convert avc_audit to use lsm_audit.h" by James Morris · 15 years ago
  42. 8113a8d SELinux: Convert avc_audit to use lsm_audit.h by Thomas Liu · 15 years ago
  43. 89c8657 selinux: clean up avc node cache when disabling selinux by Thomas Liu · 15 years ago
  44. d905163 Merge branch 'master' into next by James Morris · 15 years ago
  45. 44c2d9b Add audit messages on type boundary violations by KaiGai Kohei · 15 years ago
  46. 75834fc SELinux: move SELINUX_MAGIC into magic.h by Eric Paris · 15 years ago
  47. 8a6f83a Permissive domain in userspace object manager by KaiGai Kohei · 15 years ago
  48. 389fb800 netlabel: Label incoming TCP connections correctly in SELinux by Paul Moore · 15 years ago
  49. dd34b5d SELinux: new permission between tty audit and audit socket by Eric Paris · 15 years ago
  50. 6a25b27 SELinux: open perm for sock files by Eric Paris · 15 years ago
  51. f1c6381 SELinux: remove unused av.decided field by Eric Paris · 16 years ago
  52. 11689d4 SELinux: Add new security mount option to indicate security label support. by David P. Quigley · 16 years ago
  53. 0d90a7e SELinux: Condense super block security structure flags and cleanup necessary code. by David P. Quigley · 16 years ago
  54. 76f7ba3 SELinux: shrink sizeof av_inhert selinux_class_perm and context by Eric Paris · 16 years ago
  55. 1bfdc75 CRED: Add a kernel_service object class to SELinux by David Howells · 16 years ago
  56. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  57. 0da939b Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into next by James Morris · 16 years ago
  58. 6c5b3fc selinux: Cache NetLabel secattrs in the socket's security struct by Paul Moore · 16 years ago
  59. 014ab19 selinux: Set socket NetLabel based on connection endpoint by Paul Moore · 16 years ago
  60. 948bf85 netlabel: Add functionality to set the security attributes of a packet by Paul Moore · 16 years ago
  61. dfaebe9 selinux: Fix missing calls to netlbl_skbuff_err() by Paul Moore · 16 years ago
  62. d9250de SELinux: add boundary support and thread context assignment by KaiGai Kohei · 16 years ago
  63. 089be43 Revert "SELinux: allow fstype unknown to policy to use xattrs if present" by James Morris · 16 years ago
  64. 811f379 SELinux: allow fstype unknown to policy to use xattrs if present by Eric Paris · 16 years ago
  65. feb2a5b SELinux: remove inherit field from inode_security_struct by James Morris · 16 years ago
  66. fdeb051 SELinux: reorder inode_security_struct to increase objs/slab on 64bit by Richard Kennedy · 16 years ago
  67. f526971 SELinux: keep the code clean formating and syntax by Eric Paris · 16 years ago
  68. 12b29f3 selinux: support deferred mapping of contexts by Stephen Smalley · 16 years ago
  69. 7bf570d Security: Make secctx_to_secid() take const secdata by David Howells · 16 years ago
  70. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  71. b19d8ea SELinux: selinux/include/security.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  72. a936b79 SELinux: objsec.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  73. cc03766 SELinux: netlabel.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  74. e392feb SELinux: avc_ss.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  75. 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
  76. 334d094 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 by Linus Torvalds · 16 years ago
  77. 04305e4 Audit: Final renamings and cleanup by Ahmed S. Darwish · 16 years ago
  78. 27cc2a6 SELinux: add netport.[ch] by James Morris · 16 years ago
  79. 3e11217 SELinux: Add network port SID cache by Paul Moore · 16 years ago
  80. 832cbd9 SELinux: turn mount options strings into defines by Eric Paris · 16 years ago
  81. 64dbf07 selinux: introduce permissive types by Eric Paris · 16 years ago
  82. 0356357 selinux: remove ptrace_sid by Roland McGrath · 16 years ago
  83. b0c636b SELinux: create new open permission by Eric Paris · 16 years ago
  84. 98e9894 SELinux: remove unused backpointers from security objects by James Morris · 17 years ago
  85. f74af6e SELinux: Correct the NetLabel locking for the sk_security_struct by Paul Moore · 17 years ago
  86. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  87. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 16 years ago
  88. 869ab51 SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code by Stephen Smalley · 16 years ago
  89. e000752 LSM/SELinux: Interfaces to allow FS to control mount options by Eric Paris · 16 years ago
  90. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 17 years ago
  91. b68e418 selinux: support 64-bit capabilities by Stephen Smalley · 17 years ago
  92. 394c675 SELinux: Remove security_get_policycaps() by Paul Moore · 17 years ago
  93. 5dbe1eb SELinux: Allow NetLabel to directly cache SIDs by Paul Moore · 17 years ago
  94. d621d35 SELinux: Enable dynamic enable/disable of the network access checks by Paul Moore · 17 years ago
  95. 220deb9 SELinux: Better integration between peer labeling subsystems by Paul Moore · 17 years ago
  96. f67f4f3 SELinux: Add a new peer class and permissions to the Flask definitions by Paul Moore · 17 years ago
  97. 3bb56b2 SELinux: Add a capabilities bitmap to SELinux policy version 22 by Paul Moore · 17 years ago
  98. 224dfbd SELinux: Add a network node caching mechanism similar to the sel_netif_*() functions by Paul Moore · 17 years ago
  99. da5645a SELinux: Only store the network interface's ifindex by Paul Moore · 17 years ago
  100. e8bfdb9 SELinux: Convert the netif code to use ifindex values by Paul Moore · 17 years ago