1. 57c2590 TOMOYO: Update profile structure. by Tetsuo Handa · 14 years ago
  2. 1084307 TOMOYO: Add pathname aggregation support. by Tetsuo Handa · 14 years ago
  3. 3f62963 TOMOYO: Allow wildcard for execute permission. by Tetsuo Handa · 14 years ago
  4. c8c57e8 TOMOYO: Support longer pathname. by Tetsuo Handa · 14 years ago
  5. 9b24437 TOMOYO: Several fixes for TOMOYO's management programs. by Tetsuo Handa · 14 years ago
  6. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  7. 3e62cbb smack: opt_dentry is never null in in smack_d_instantiate() by Dan Carpenter · 14 years ago
  8. c3ef150 TOMOYO: Split files into some pieces. by Tetsuo Handa · 14 years ago
  9. 17fcfbd TOMOYO: Add interactive enforcing mode. by Tetsuo Handa · 14 years ago
  10. 2106ccd TOMOYO: Add mount restriction. by Tetsuo Handa · 14 years ago
  11. a1f9bb6 TOMOYO: Split file access control functions by type of parameters. by Tetsuo Handa · 14 years ago
  12. cb0abe6 TOMOYO: Use structure for passing common arguments. by Tetsuo Handa · 14 years ago
  13. 4c3e9e2 TOMOYO: Add numeric values grouping support. by Tetsuo Handa · 14 years ago
  14. babcd37 selinux: remove all rcu head initializations by Paul E. McKenney · 14 years ago
  15. c4ec54b fsnotify: new fsnotify hooks and events types for access decisions by Eric Paris · 15 years ago
  16. eb2d55a rlimits: selinux, do rlimits changes under task_lock by Oleg Nesterov · 14 years ago
  17. 5ab46b3 rlimits: add task_struct to update_rlimit_cpu by Jiri Slaby · 15 years ago
  18. 8fd00b4 rlimits: security, add task_struct to setrlimit by Jiri Slaby · 15 years ago
  19. 4303ef1 KEYS: Propagate error code instead of returning -EINVAL by Dan Carpenter · 14 years ago
  20. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  21. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  22. dd98acf keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness by Oleg Nesterov · 14 years ago
  23. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 14 years ago
  24. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  25. e8c2625 switch selinux delayed superblock handling to iterate_supers() by Al Viro · 14 years ago
  26. db1afff kref: remove kref_set by NeilBrown · 14 years ago
  27. 4d09ec0 KEYS: Return more accurate error codes by Dan Carpenter · 14 years ago
  28. c80901f LSM: Add __init to fixup function. by Tetsuo Handa · 14 years ago
  29. 7762fbf TOMOYO: Add pathname grouping support. by Tetsuo Handa · 14 years ago
  30. ba0c170 ima: remove ACPI dependency by Mimi Zohar · 14 years ago
  31. b3139bb security/selinux/ss: Use kstrdup by Julia Lawall · 14 years ago
  32. 9e4b50e TOMOYO: Use stack memory for pending entry. by Tetsuo Handa · 14 years ago
  33. 83c36cc Revert "ima: remove ACPI dependency" by James Morris · 14 years ago
  34. f70e2e0 KEYS: Do preallocation for __key_link() by David Howells · 14 years ago
  35. 043b4d4 Merge branch 'master' into next by James Morris · 14 years ago
  36. 2928238 TOMOYO: Use mutex_lock_interruptible. by Tetsuo Handa · 14 years ago
  37. 2b9e468 KEYS: Better handling of errors from construct_alloc_key() by David Howells · 14 years ago
  38. 553d603 KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links by David Howells · 14 years ago
  39. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  40. 4e5d6f7 TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. by Tetsuo Handa · 14 years ago
  41. 896903c KEYS: call_sbin_request_key() must write lock keyrings before modifying them by David Howells · 14 years ago
  42. f0641cb KEYS: Use RCU dereference wrappers in keyring key type code by David Howells · 14 years ago
  43. cea7daa KEYS: find_keyring_by_name() can gain access to a freed keyring by Toshiyuki Okajima · 14 years ago
  44. cf8304e KEYS: Fix RCU handling in key_gc_keyring() by David Howells · 14 years ago
  45. d9a9b4a KEYS: Fix an RCU warning in the reading of user keys by David Howells · 14 years ago
  46. a674fa4 ima: remove ACPI dependency by Mimi Zohar · 14 years ago
  47. fcaaade selinux: generalize disabling of execmem for plt-in-heap archs by Stephen Smalley · 14 years ago
  48. 1600f9d 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
  49. 03449cd keys: the request_key() syscall should link an existing key to the dest keyring by David Howells · 14 years ago
  50. cb84aa9 LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE by Eric Paris · 14 years ago
  51. b59ec78 keys: don't need to use RCU in keyring_read() as semaphore is held by David Howells · 14 years ago
  52. 98ec437 SMACK: Don't #include Ext2 headers by David Howells · 14 years ago
  53. 93b4a44 keys: fix an RCU warning by David Howells · 14 years ago
  54. c5b60b5 security: whitespace coding style fixes by Justin P. Mattock · 14 years ago
  55. 822ccee mmap_min_addr check CAP_SYS_RAWIO only for write by Kees Cook · 14 years ago
  56. eb8dae9 IMA: include the word IMA in printk messages by Eric Paris · 14 years ago
  57. b338cc8 security: testing the wrong variable in create_by_name() by Dan Carpenter · 14 years ago
  58. 34c111f IMA: drop the word integrity in the audit message by Eric Paris · 14 years ago
  59. 2f1506c IMA: use audit_log_untrusted_string rather than %s by Eric Paris · 14 years ago
  60. 7233e3e IMA: handle comments in policy by Eric Paris · 14 years ago
  61. 28ef400 IMA: handle whitespace better by Eric Paris · 14 years ago
  62. e9d393b IMA: reject policies with unknown entries by Eric Paris · 14 years ago
  63. b9035b1 IMA: set entry->action to UNKNOWN rather than hard coding by Eric Paris · 14 years ago
  64. 7b62e16 IMA: do not allow the same rule to specify the same thing twice by Eric Paris · 14 years ago
  65. 6ccd045 ima: handle multiple rules per write by Eric Paris · 14 years ago
  66. a200005 SELinux: return error codes on policy load failure by Eric Paris · 14 years ago
  67. 6f262d8 Security: Fix the comment of cap_file_mmap() by wzt.wzt@gmail.com · 14 years ago
  68. 6c9ff10 SELinux: Reduce max avtab size to avoid page allocation failures by Stephen Smalley · 14 years ago
  69. 05b9049 security: remove dead hook acct by Eric Paris · 14 years ago
  70. 3011a34 security: remove dead hook key_session_to_parent by Eric Paris · 14 years ago
  71. 6307f8f security: remove dead hook task_setgroups by Eric Paris · 14 years ago
  72. 06ad187 security: remove dead hook task_setgid by Eric Paris · 14 years ago
  73. 43ed8c3 security: remove dead hook task_setuid by Eric Paris · 14 years ago
  74. 0968d00 security: remove dead hook cred_commit by Eric Paris · 14 years ago
  75. 9d5ed77 security: remove dead hook inode_delete by Eric Paris · 14 years ago
  76. 91a9420 security: remove dead hook sb_post_pivotroot by Eric Paris · 14 years ago
  77. 3db2910 security: remove dead hook sb_post_addmount by Eric Paris · 14 years ago
  78. 82dab10 security: remove dead hook sb_post_remount by Eric Paris · 14 years ago
  79. 4b61d12 security: remove dead hook sb_umount_busy by Eric Paris · 14 years ago
  80. 231923b security: remove dead hook sb_umount_close by Eric Paris · 14 years ago
  81. 3536331 security: remove sb_check_sb hooks by Eric Paris · 14 years ago
  82. c1a7368 Security: Fix coding style in security/ by wzt.wzt@gmail.com · 14 years ago
  83. e2902eb SMACK: remove dead cred_commit hook by Eric Paris · 14 years ago
  84. dd3e783 selinux: always call sk_security_struct sksec by Eric Paris · 14 years ago
  85. d25d6fa Merge branch 'master' into next by James Morris · 14 years ago
  86. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  87. 77c160e SELinux: Reduce max avtab size to avoid page allocation failures by Stephen Smalley · 14 years ago
  88. 181427a tomoyo: fix potential use after free by Dan Carpenter · 14 years ago
  89. a19c5bb security/ima: replace gcc specific __FUNCTION__ with __func__ by H Hartley Sweeten · 14 years ago
  90. 512ea3b Security: key: keyring: fix some code style issues by Chihau Chau · 14 years ago
  91. c43a752 Merge branch 'next-queue' into next by James Morris · 14 years ago
  92. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  93. 634a539 selinux: const strings in tables by Stephen Hemminger · 14 years ago
  94. c856347 Security: Fix some coding styles in security/keys/keyring.c by wzt.wzt@gmail.com · 14 years ago
  95. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  96. 06b9b72 Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.c by wzt.wzt@gmail.com · 14 years ago
  97. 440b3c6 get rid of ->mnt_parent in tomoyo/realpath by Al Viro · 14 years ago
  98. 37afdc7 get rid of insanity with namespace roots in tomoyo by Al Viro · 14 years ago
  99. de27a5b fix mnt_mountpoint abuse in smack by Al Viro · 14 years ago
  100. dbba541 Selinux: Remove unused headers slab.h in selinux/ss/symtab.c by wzt.wzt@gmail.com · 14 years ago