1. f71ea9d security: compile capabilities by default by sergeh@us.ibm.com · 16 years ago
  2. 374ea01 selinux: make selinux_set_mnt_opts() static by Adrian Bunk · 16 years ago
  3. 71f1cb0 SELinux: Add warning messages on network denial due to error by Paul Moore · 16 years ago
  4. effad8d SELinux: Add network ingress and egress control permission checks by Paul Moore · 16 years ago
  5. 5dbe1eb SELinux: Allow NetLabel to directly cache SIDs by Paul Moore · 16 years ago
  6. d621d35 SELinux: Enable dynamic enable/disable of the network access checks by Paul Moore · 16 years ago
  7. 220deb9 SELinux: Better integration between peer labeling subsystems by Paul Moore · 16 years ago
  8. f67f4f3 SELinux: Add a new peer class and permissions to the Flask definitions by Paul Moore · 16 years ago
  9. 3bb56b2 SELinux: Add a capabilities bitmap to SELinux policy version 22 by Paul Moore · 16 years ago
  10. 224dfbd SELinux: Add a network node caching mechanism similar to the sel_netif_*() functions by Paul Moore · 16 years ago
  11. da5645a SELinux: Only store the network interface's ifindex by Paul Moore · 16 years ago
  12. e8bfdb9 SELinux: Convert the netif code to use ifindex values by Paul Moore · 16 years ago
  13. 75e2291 NetLabel: Add IP address family information to the netlbl_skbuff_getattr() function by Paul Moore · 16 years ago
  14. 16efd45 NetLabel: Add secid token support to the NetLabel secattr struct by Paul Moore · 16 years ago
  15. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  16. b1aa530 selinux: fix labeling of /proc/net inodes by Stephen Smalley · 16 years ago
  17. b47711b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  18. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  19. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  20. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  21. 69d8e13 kobject: convert securityfs to use kobject_create by Greg Kroah-Hartman · 17 years ago
  22. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  23. 2e08c0c selinux: make mls_compute_sid always polyinstantiate by Eamon Walsh · 16 years ago
  24. 1996a10 security/selinux: constify function pointer tables and fields by Jan Engelhardt · 16 years ago
  25. 63cb344 security: add a secctx_to_secid() hook by David Howells · 16 years ago
  26. bced952 security: remove security_sb_post_mountroot hook by H. Peter Anvin · 16 years ago
  27. c9180a5 Security: add get, set, and cloning of superblock security information by Eric Paris · 17 years ago
  28. 19c5fc1 security/selinux: Add missing "space" by Joe Perches · 17 years ago
  29. 8b85eaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  30. a6dbb1e Fix filesystem capability support by Andrew G. Morgan · 16 years ago
  31. 45c950e selinux: fix memory leak in netlabel code by Paul Moore · 16 years ago
  32. ab5a91a Security: allow capable check to permit mmap or low vm space by Eric Paris · 17 years ago
  33. d313f9483 SELinux: detect dead booleans by Stephen Smalley · 17 years ago
  34. 0955dc0 SELinux: do not clear f_op when removing entries by Stephen Smalley · 17 years ago
  35. 8ec2328 file capabilities: don't prevent signaling setuid root programs by Serge E. Hallyn · 17 years ago
  36. 91ad997 file capabilities: allow sigcont within session by Serge E. Hallyn · 17 years ago
  37. 45e5421 SELinux: add more validity checks on policy load by Stephen Smalley · 17 years ago
  38. 6d2b685 SELinux: fix bug in new ebitmap code. by KaiGai Kohei · 17 years ago
  39. 57002bf SELinux: suppress a warning for 64k pages. by Stephen Rothwell · 17 years ago
  40. 48d2268 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  41. 8a53514 SELinux: always check SIGCHLD in selinux_task_wait by Eric Paris · 17 years ago
  42. b68680e capabilities: clean up file capability reading by Serge E. Hallyn · 17 years ago
  43. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  44. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  45. 72c2d58 V3 file capabilities: alter behavior of cap_setpcap by Andrew Morgan · 17 years ago
  46. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  47. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  48. 20510f2 security: Convert LSM into a static interface by James Morris · 17 years ago
  49. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  50. 087feb9 SELinux: kills warnings in Improve SELinux performance when AVC misses by KaiGai Kohei · 17 years ago
  51. 9fe79ad SELinux: improve performance when AVC misses. by KaiGai Kohei · 17 years ago
  52. 3f12070 SELinux: policy selectable handling of unknown classes and perms by Eric Paris · 17 years ago
  53. 788e7dd SELinux: Improve read/write performance by Yuichi Nakamura · 17 years ago
  54. 3232c11 SELinux: tune avtab to reduce memory usage by Yuichi Nakamura · 17 years ago
  55. a224be7 [SELINUX]: Update for netfilter ->hook() arg changes. by David S. Miller · 17 years ago
  56. 227b60f [INET]: local port range robustness by Stephen Hemminger · 17 years ago
  57. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  58. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  59. 31e8793 SELinux: fix array out of bounds when mounting with selinux options by Eric Paris · 17 years ago
  60. 4ac212a SELinux: clear parent death signal on SID transitions by Stephen Smalley · 17 years ago
  61. 34b4e4a fix NULL pointer dereference in __vm_enough_memory() by Alan Cox · 17 years ago
  62. 3ad40d6 SELinux: correct error code in selinux_audit_rule_init by Steve G · 17 years ago
  63. 088999e SELinux: remove redundant pointer checks before calling kfree() by Paul Moore · 17 years ago
  64. 9534f71 SELinux: restore proper NetLabel caching behavior by Paul Moore · 17 years ago
  65. d133a96 Typo fixes errror -> error by Gabriel Craciunescu · 17 years ago
  66. 910949a SELinux: null-terminate context string in selinux_xfrm_sec_ctx_alloc by Venkat Yekkirala · 17 years ago
  67. 0ec8abd SELinux: fix memory leak in security_netlbl_cache_add() by Jesper Juhl · 17 years ago
  68. 4259fa0 [PATCH] get rid of AVC_PATH postponed treatment by Al Viro · 17 years ago
  69. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  70. 721e262 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  71. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  72. f36158c SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel by Paul Moore · 17 years ago
  73. 23bcdc1 SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcement by Paul Moore · 17 years ago
  74. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  75. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  76. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  77. 8d9107e Revert "SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel" by Linus Torvalds · 17 years ago
  78. d4cf291 security: unexport mmap_min_addr by Adrian Bunk · 17 years ago
  79. 9faf65f SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel by Paul Moore · 17 years ago
  80. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  81. 13bddc2 SELinux: Use %lu for inode->i_no when printing avc by Tobias Oed · 17 years ago
  82. 2c3c05d SELinux: allow preemption between transition permission checks by Stephen Smalley · 17 years ago
  83. 9dc9978 selinux: introduce schedule points in policydb_destroy() by Eric Paris · 17 years ago
  84. e47c8fc selinux: add selinuxfs structure for object class discovery by Christopher J. PeBenito · 17 years ago
  85. 0dd4ae5 selinux: change sel_make_dir() to specify inode counter. by Christopher J. PeBenito · 17 years ago
  86. 0c92d7c selinux: rename sel_remove_bools() for more general usage. by Christopher J. PeBenito · 17 years ago
  87. 55fcf09 selinux: add support for querying object classes and permissions from the running policy by Christopher J. PeBenito · 17 years ago
  88. ba6ff9f [NetLabel]: consolidate the struct socket/sock handling to just struct sock by Paul Moore · 17 years ago
  89. 3dde6ad Fix trivial typos in Kconfig* files by David Sterba · 17 years ago
  90. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  91. 98a27ba tty: introduce no_tty and use it in selinux by Eric W. Biederman · 17 years ago
  92. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  93. a205752 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  94. 7318226 [AF_RXRPC]: Key facility changes for AF_RXRPC by David Howells · 17 years ago
  95. e900a7d selinux: preserve boolean values across policy reloads by Stephen Smalley · 17 years ago
  96. bce34bc selinux: change numbering of boolean directory inodes in selinuxfs by James Carter · 17 years ago
  97. 68b00df selinux: remove unused enumeration constant from selinuxfs by James Carter · 17 years ago
  98. 6174eaf selinux: explicitly number all selinuxfs inodes by James Carter · 17 years ago
  99. f0ee2e4 selinux: export initial SID contexts via selinuxfs by James Carter · 17 years ago
  100. a764ae4 selinux: remove userland security class and permission definitions by Stephen Smalley · 17 years ago