1. b77b064 [PATCH] pass MAY_OPEN to vfs_permission() explicitly by Al Viro · 16 years ago
  2. 0d094ef tracehook: tracehook_tracer_task by Roland McGrath · 16 years ago
  3. 089be43 Revert "SELinux: allow fstype unknown to policy to use xattrs if present" by James Morris · 16 years ago
  4. 6f0f0fd security: remove register_security hook by James Morris · 16 years ago
  5. b478a9f security: remove unused sb_get_mnt_opts hook by Miklos Szeredi · 16 years ago
  6. 2069f45 LSM/SELinux: show LSM mount options in /proc/mounts by Eric Paris · 16 years ago
  7. 811f379 SELinux: allow fstype unknown to policy to use xattrs if present by Eric Paris · 16 years ago
  8. 2baf06d SELinux: use do_each_thread as a proper do/while block by James Morris · 16 years ago
  9. e399f98 SELinux: remove unused and shadowed addrlen variable by James Morris · 16 years ago
  10. 6cbe270 SELinux: more user friendly unknown handling printk by Eric Paris · 16 years ago
  11. 22df4ad selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux whine) by Stephen Smalley · 16 years ago
  12. 89abd0a SELinux: drop load_mutex in security_load_policy by Eric Paris · 16 years ago
  13. cea78dc SELinux: fix off by 1 reference of class_to_string in context_struct_compute_av by Eric Paris · 16 years ago
  14. bdd581c SELinux: open code sidtab lock by James Morris · 16 years ago
  15. 972ccac SELinux: open code load_mutex by James Morris · 16 years ago
  16. 0804d11 SELinux: open code policy_rwlock by James Morris · 16 years ago
  17. 59dbd1b selinux: fix endianness bug in network node address handling by Stephen Smalley · 16 years ago
  18. 242631c selinux: simplify ioctl checking by Stephen Smalley · 16 years ago
  19. abc69bb SELinux: enable processes with mac_admin to get the raw inode contexts by Stephen Smalley · 16 years ago
  20. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  21. feb2a5b SELinux: remove inherit field from inode_security_struct by James Morris · 16 years ago
  22. fdeb051 SELinux: reorder inode_security_struct to increase objs/slab on 64bit by Richard Kennedy · 16 years ago
  23. f526971 SELinux: keep the code clean formating and syntax by Eric Paris · 16 years ago
  24. 9a59daa SELinux: fix sleeping allocation in security_context_to_sid by Stephen Smalley · 16 years ago
  25. 12b29f3 selinux: support deferred mapping of contexts by Stephen Smalley · 16 years ago
  26. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  27. 3b5e9e5 signals: cleanup security_task_kill() usage/implementation by Oleg Nesterov · 16 years ago
  28. 7bf570d Security: Make secctx_to_secid() take const secdata by David Howells · 16 years ago
  29. 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  30. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  31. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 16 years ago
  32. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  33. cfd299d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  34. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 16 years ago
  35. b556f8a Audit: standardize string audit interfaces by Eric Paris · 16 years ago
  36. c9b7b97 SELinux: Fix a RCU free problem with the netport cache by Paul Moore · 16 years ago
  37. a639e7ca SELinux: Made netnode cache adds faster by Paul Moore · 16 years ago
  38. 489a5fd SELinux: policydb.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  39. 8bf1f3a SELinux: mls_types.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  40. d497fc8 SELinux: mls.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  41. faff786 SELinux: hashtab.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  42. 81fa42d SELinux: context.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  43. ccb3cbe SELinux: ss/conditional.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  44. b19d8ea SELinux: selinux/include/security.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  45. a936b79 SELinux: objsec.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  46. cc03766 SELinux: netlabel.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  47. e392feb SELinux: avc_ss.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  48. 94bc891 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  49. 6184425 SELinux fixups needed for preemptable RCU from -rt by Paul E. McKenney · 16 years ago
  50. b5266eb [PATCH] switch a bunch of LSM hooks from nameidata to path by Al Viro · 16 years ago
  51. 0f5e642 SELinux: no BUG_ON(!ss_initialized) in selinux_clone_mnt_opts by Eric Paris · 16 years ago
  52. 19b5b51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  53. 95fff33 SELinux: one little, two little, three little whitespaces, the avc.c saga. by Eric Paris · 16 years ago
  54. 1872981 SELinux: cleanup on isle selinuxfs.c by Eric Paris · 16 years ago
  55. 2ced3df changing whitespace for fun and profit: policydb.c by Eric Paris · 16 years ago
  56. 828dfe1 SELinux: whitespace and formating fixes for hooks.c by Eric Paris · 16 years ago
  57. 744ba35 SELinux: clean up printks by Eric Paris · 16 years ago
  58. 1167088 SELinux: sidtab.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  59. 5d55a34 SELinux: services.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  60. 1a5e6f8 SELinux: mls.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  61. 719a2f8 SELinux: hashtab.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  62. 7696ee8 SELinux: ebitmap.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  63. 7c2b240 SELinux: conditional.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  64. eb5df9a SELinux: avtab.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  65. 3c1c88a SELinux: xfrm.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  66. bfff3aa SELinux: nlmsgtab.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  67. 7b6b239 SELinux: netnode.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  68. c544c02 SELinux: netlink.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  69. a6aaafe SELinux: netlabel.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  70. 338366c SELinux: netif.c whitespace, syntax, and static declaraction cleanups by Eric Paris · 16 years ago
  71. d7b1acd security: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  72. 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
  73. 334d094 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 by Linus Torvalds · 16 years ago
  74. 076c54c Security: Introduce security= boot parameter by Ahmed S. Darwish · 17 years ago
  75. 04305e4 Audit: Final renamings and cleanup by Ahmed S. Darwish · 16 years ago
  76. 9d57a7f SELinux: use new audit hooks, remove redundant exports by Ahmed S. Darwish · 17 years ago
  77. 6b89a74 SELinux: remove redundant exports by Ahmed S. Darwish · 17 years ago
  78. 713a04a SELinux: setup new inode/ipc getsecid hooks by Ahmed S. Darwish · 17 years ago
  79. 27cc2a6 SELinux: add netport.[ch] by James Morris · 16 years ago
  80. 3e11217 SELinux: Add network port SID cache by Paul Moore · 16 years ago
  81. 832cbd9 SELinux: turn mount options strings into defines by Eric Paris · 16 years ago
  82. 0e55a00 selinux/ss/services.c should #include <linux/selinux.h> by Adrian Bunk · 16 years ago
  83. 64dbf07 selinux: introduce permissive types by Eric Paris · 16 years ago
  84. 0356357 selinux: remove ptrace_sid by Roland McGrath · 16 years ago
  85. eda4f69 SELinux: requesting no permissions in avc_has_perm_noaudit is a BUG() by Eric Paris · 17 years ago
  86. f0115e6 security: code cleanup by Andrew Morton · 17 years ago
  87. dd6f953 security: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  88. b0c636b SELinux: create new open permission by Eric Paris · 17 years ago
  89. d4ee423 selinux: selinux/netlabel.c should #include "netlabel.h" by Adrian Bunk · 17 years ago
  90. 454d972 SELinux: unify printk messages by James Morris · 17 years ago
  91. 98e9894 SELinux: remove unused backpointers from security objects by James Morris · 17 years ago
  92. f74af6e SELinux: Correct the NetLabel locking for the sk_security_struct by Paul Moore · 17 years ago
  93. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  94. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 16 years ago
  95. 0044787 NetLabel: Allow passing the LSM domain as a shared pointer by Paul Moore · 16 years ago
  96. 5a55261 SELinux: don't BUG if fs reuses a superblock by Eric Paris · 16 years ago
  97. 869ab51 SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code by Stephen Smalley · 16 years ago
  98. a02fe13 selinux: prevent rentry into the FS by Josef Bacik · 16 years ago
  99. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  100. 0794c66 selinux: handle files opened with flags 3 by checking ioctl permission by Stephen Smalley · 17 years ago