1. b9035b1 IMA: set entry->action to UNKNOWN rather than hard coding by Eric Paris · 14 years ago
  2. 7b62e16 IMA: do not allow the same rule to specify the same thing twice by Eric Paris · 14 years ago
  3. 6ccd045 ima: handle multiple rules per write by Eric Paris · 14 years ago
  4. a200005 SELinux: return error codes on policy load failure by Eric Paris · 14 years ago
  5. 6f262d8 Security: Fix the comment of cap_file_mmap() by wzt.wzt@gmail.com · 14 years ago
  6. 6c9ff10 SELinux: Reduce max avtab size to avoid page allocation failures by Stephen Smalley · 15 years ago
  7. 05b9049 security: remove dead hook acct by Eric Paris · 15 years ago
  8. 3011a34 security: remove dead hook key_session_to_parent by Eric Paris · 15 years ago
  9. 6307f8f security: remove dead hook task_setgroups by Eric Paris · 15 years ago
  10. 06ad187 security: remove dead hook task_setgid by Eric Paris · 15 years ago
  11. 43ed8c3 security: remove dead hook task_setuid by Eric Paris · 15 years ago
  12. 0968d00 security: remove dead hook cred_commit by Eric Paris · 15 years ago
  13. 9d5ed77 security: remove dead hook inode_delete by Eric Paris · 15 years ago
  14. 91a9420 security: remove dead hook sb_post_pivotroot by Eric Paris · 15 years ago
  15. 3db2910 security: remove dead hook sb_post_addmount by Eric Paris · 15 years ago
  16. 82dab10 security: remove dead hook sb_post_remount by Eric Paris · 15 years ago
  17. 4b61d12 security: remove dead hook sb_umount_busy by Eric Paris · 15 years ago
  18. 231923b security: remove dead hook sb_umount_close by Eric Paris · 15 years ago
  19. 3536331 security: remove sb_check_sb hooks by Eric Paris · 15 years ago
  20. c1a7368 Security: Fix coding style in security/ by wzt.wzt@gmail.com · 15 years ago
  21. e2902eb SMACK: remove dead cred_commit hook by Eric Paris · 15 years ago
  22. dd3e783 selinux: always call sk_security_struct sksec by Eric Paris · 15 years ago
  23. d25d6fa Merge branch 'master' into next by James Morris · 15 years ago
  24. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  25. 77c160e SELinux: Reduce max avtab size to avoid page allocation failures by Stephen Smalley · 15 years ago
  26. 181427a tomoyo: fix potential use after free by Dan Carpenter · 15 years ago
  27. a19c5bb security/ima: replace gcc specific __FUNCTION__ with __func__ by H Hartley Sweeten · 15 years ago
  28. 512ea3b Security: key: keyring: fix some code style issues by Chihau Chau · 15 years ago
  29. c43a752 Merge branch 'next-queue' into next by James Morris · 15 years ago
  30. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  31. 634a539 selinux: const strings in tables by Stephen Hemminger · 15 years ago
  32. c856347 Security: Fix some coding styles in security/keys/keyring.c by wzt.wzt@gmail.com · 15 years ago
  33. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  34. 06b9b72 Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.c by wzt.wzt@gmail.com · 15 years ago
  35. 440b3c6 get rid of ->mnt_parent in tomoyo/realpath by Al Viro · 15 years ago
  36. 37afdc7 get rid of insanity with namespace roots in tomoyo by Al Viro · 15 years ago
  37. de27a5b fix mnt_mountpoint abuse in smack by Al Viro · 15 years ago
  38. dbba541 Selinux: Remove unused headers slab.h in selinux/ss/symtab.c by wzt.wzt@gmail.com · 15 years ago
  39. 31637b5 Selinux: Remove unused headers list.h in selinux/netlink.c by wzt.wzt@gmail.com · 15 years ago
  40. b380de9 TOMOYO: Remove unused variables. by Tetsuo Handa · 15 years ago
  41. c1e992b Security: Add __init to register_security to disable load a security module on runtime by wzt.wzt@gmail.com · 15 years ago
  42. b4ccebd Merge branch 'next' into for-linus by James Morris · 15 years ago
  43. 642c4c7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  44. ef57471 SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0 by David Howells · 15 years ago
  45. 1fcdc7c TOMOYO: Protect find_task_by_vpid() with RCU. by Tetsuo Handa · 15 years ago
  46. e7b0a61 security: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 15 years ago
  47. c36f74e netlabel: fix export of SELinux categories > 127 by Joshua Roys · 15 years ago
  48. baac35c security: fix error return path in ima_inode_alloc by Xiaotian Feng · 15 years ago
  49. 189b3b1 Security: add static to security_ops and default_security_ops variable by wzt.wzt@gmail.com · 15 years ago
  50. 2ae3ba3 selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() by KaiGai Kohei · 15 years ago
  51. 1708000 TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain by Tetsuo Handa · 15 years ago
  52. 2da5d31 security: fix a couple of sparse warnings by James Morris · 15 years ago
  53. 97d6931 TOMOYO: Remove unneeded parameter. by Tetsuo Handa · 15 years ago
  54. 7ef6123 TOMOYO: Use shorter names. by Tetsuo Handa · 15 years ago
  55. 084da35 TOMOYO: Use enum for index numbers. by Tetsuo Handa · 15 years ago
  56. 847b173 TOMOYO: Add garbage collector. by Tetsuo Handa · 15 years ago
  57. ec8e6a4 TOMOYO: Add refcounter on domain structure. by Tetsuo Handa · 15 years ago
  58. 76bb089 TOMOYO: Merge headers. by Tetsuo Handa · 15 years ago
  59. bf24fb0 TOMOYO: Add refcounter on string data. by Tetsuo Handa · 15 years ago
  60. ca0b7df TOMOYO: Reduce lines by using common path for addition and deletion. by Tetsuo Handa · 15 years ago
  61. 8007f10 selinux: fix memory leak in sel_make_bools by Xiaotian Feng · 15 years ago
  62. ea13ddb TOMOYO: Extract bitfield by Tetsuo Handa · 15 years ago
  63. 89068c5 Take ima_file_free() to proper place. by Al Viro · 15 years ago
  64. 1e93d00 ima: rename PATH_CHECK to FILE_CHECK by Mimi Zohar · 15 years ago
  65. 9bbb6ca ima: rename ima_path_check to ima_file_check by Mimi Zohar · 15 years ago
  66. 54bb655 ima: initialize ima before inodes can be allocated by Eric Paris · 15 years ago
  67. 8eb988c fix ima breakage by Mimi Zohar · 15 years ago
  68. 6382dc3 fix comment typos in avc.c by Justin P. Mattock · 15 years ago
  69. f40a708 syslog: clean up needless comment by Kees Cook · 15 years ago
  70. d78ca3c syslog: use defined constants instead of raw numbers by Kees Cook · 15 years ago
  71. 0023459 syslog: distinguish between /proc/kmsg and syscalls by Kees Cook · 15 years ago
  72. 0719aaf selinux: allow MLS->non-MLS and vice versa upon policy reload by Guido Trentalancia · 15 years ago
  73. 42596ea selinux: load the initial SIDs upon every policy load by Guido Trentalancia · 15 years ago
  74. b6cac5a selinux: Only audit permissions specified in policy by Stephen Smalley · 15 years ago
  75. ef52c75 get rid of pointless checks after simple_pin_fs() by Al Viro · 15 years ago
  76. 8e2d39a TOMOYO: Remove usage counter for temporary memory. by Tetsuo Handa · 15 years ago
  77. 7d52a15 selinux: remove dead code in type_attribute_bounds_av() by KaiGai Kohei · 15 years ago
  78. 2f3e82d selinux: convert range transition list to a hashtab by Stephen Smalley · 15 years ago
  79. 2457552 Merge branch 'master' into next by James Morris · 15 years ago
  80. 19439d0 selinux: change the handling of unknown classes by Stephen Smalley · 15 years ago
  81. 8d95250 security: correct error returns for get/set security with private inodes by James Morris · 15 years ago
  82. 6d12552 Fix ACC_MODE() for real by Al Viro · 15 years ago
  83. cd7bec6 TOMOYO: Remove memory pool for list elements. by Tetsuo Handa · 15 years ago
  84. e41035a TOMOYO: Remove memory pool for string data. by Tetsuo Handa · 15 years ago
  85. f737d95 TOMOYO: Replace rw_semaphore by mutex. by Tetsuo Handa · 15 years ago
  86. 17740d8 SECURITY: selinux, fix update_rlimit_cpu parameter by Jiri Slaby · 15 years ago
  87. 5300990 Sanitize f_flags helpers by Al Viro · 15 years ago
  88. a00ae4d Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture support by Geert Uytterhoeven · 15 years ago
  89. 6e14154 NOMMU: Optimise away the {dac_,}mmap_min_addr tests by David Howells · 15 years ago
  90. dd880fb security/min_addr.c: make init_mmap_min_addr() static by H Hartley Sweeten · 15 years ago
  91. fa1cc7b keys: PTR_ERR return of wrong pointer in keyctl_get_security() by Roel Kluin · 15 years ago
  92. d162543 ima: limit imbalance msg by Mimi Zohar · 15 years ago
  93. 1429b3e Untangling ima mess, part 3: kill dead code in ima by Al Viro · 15 years ago
  94. 85a17f5 ima: call ima_inode_free ima_inode_free by Eric Paris · 15 years ago
  95. e0d5bd2 IMA: clean up the IMA counts updating code by Eric Paris · 15 years ago
  96. 9353384 ima: only insert at inode creation time by Eric Paris · 15 years ago
  97. ec29ea5 ima: valid return code from ima_inode_alloc by Eric Paris · 15 years ago
  98. fdb8ebb TOMOYO: Use RCU primitives for list operation by Tetsuo Handa · 15 years ago
  99. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  100. 67fa488 TOMOYO: Compare filesystem by magic number rather than by name. by Tetsuo Handa · 15 years ago