1. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  2. c58e037 tomoyo: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  3. 7d7473d TOMOYO: Return error if fails to delete a domain by Tetsuo Handa · 12 years ago
  4. 6041e83 TOMOYO: Return appropriate value to poll(). by Tetsuo Handa · 12 years ago
  5. df91e49 TOMOYO: Fix mount flags checking order. by Tetsuo Handa · 12 years ago
  6. 25add8c TOMOYO: Accept \000 as a valid character. by Tetsuo Handa · 12 years ago
  7. e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  8. 8fcc995 Merge branch 'next' into for-linus by James Morris · 12 years ago
  9. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  10. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 12 years ago
  11. d10577a vfs: trim includes a bit by Al Viro · 13 years ago
  12. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  13. 4572bef switch ->path_mkdir() to umode_t by Al Viro · 13 years ago
  14. d179333f tomoyo_mini_stat: switch to umode_t by Al Viro · 13 years ago
  15. 52ef0c0 switch securityfs_create_file() to umode_t by Al Viro · 13 years ago
  16. 910f4ece switch security_path_chmod() to umode_t by Al Viro · 13 years ago
  17. c5dc332 tomoyo: stop including hell knows what by Al Viro · 13 years ago
  18. 735e93c Security: tomoyo: add .gitignore file by Greg Kroah-Hartman · 13 years ago
  19. bb80d88 tomoyo: add missing rcu_dereference() by Kees Cook · 13 years ago
  20. 1418a3e TOMOYO: Fix pathname handling of disconnected paths. by Tetsuo Handa · 13 years ago
  21. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  22. 2380078 Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  23. 59df316 TOMOYO: Fix interactive judgment functionality. by Tetsuo Handa · 13 years ago
  24. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  25. e0b057b TOMOYO: Fix incomplete read after seek. by Tetsuo Handa · 13 years ago
  26. 6afcb3b TOMOYO: Fix unused kernel config option. by Tetsuo Handa · 13 years ago
  27. 545a726 TOMOYO: Fix quota and garbage collector. by Tetsuo Handa · 13 years ago
  28. e2b8b25 TOMOYO: Remove redundant tasklist_lock. by Tetsuo Handa · 13 years ago
  29. e00fb3f TOMOYO: Fix domain transition failure warning. by Tetsuo Handa · 13 years ago
  30. a427fd1 TOMOYO: Remove tomoyo_policy_memory_lock spinlock. by Tetsuo Handa · 13 years ago
  31. f9732ea TOMOYO: Simplify garbage collector. by Tetsuo Handa · 13 years ago
  32. 778c4a4 TOMOYO: Fix make namespacecheck warnings. by Tetsuo Handa · 13 years ago
  33. 6bce98e TOMOYO: Allow specifying domain transition preference. by Tetsuo Handa · 13 years ago
  34. 843d183 TOMOYO: Bump version. by Tetsuo Handa · 13 years ago
  35. a8f7640 TOMOYO: Avoid race when retrying "file execute" permission check. by Tetsuo Handa · 13 years ago
  36. 731d37a TOMOYO: Allow domain transition without execve(). by Tetsuo Handa · 13 years ago
  37. 1f067a6 TOMOYO: Allow controlling generation of access granted logs for per an entry basis. by Tetsuo Handa · 13 years ago
  38. 059d84d TOMOYO: Add socket operation restriction support. by Tetsuo Handa · 13 years ago
  39. d58e0da TOMOYO: Add environment variable name restriction support. by Tetsuo Handa · 13 years ago
  40. 8525841 TOMOYO: Fix incorrect enforce mode. by Tetsuo Handa · 13 years ago
  41. 09f464b tomoyo: remove tomoyo_gc_thread()->daemonize() by Oleg Nesterov · 13 years ago
  42. 4d81897 TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profile by Tetsuo Handa · 13 years ago
  43. 0f2a55d TOMOYO: Update kernel-doc. by Tetsuo Handa · 13 years ago
  44. 97fb35e TOMOYO: Enable conditional ACL. by Tetsuo Handa · 13 years ago
  45. 5b63685 TOMOYO: Allow using argv[]/envp[] of execve() as conditions. by Tetsuo Handa · 13 years ago
  46. 2ca9bf4 TOMOYO: Allow using executable's realpath and symlink's target as conditions. by Tetsuo Handa · 13 years ago
  47. 8761afd TOMOYO: Allow using owner/group etc. of file objects as conditions. by Tetsuo Handa · 13 years ago
  48. 2066a36 TOMOYO: Allow using UID/GID etc. of current thread as conditions. by Tetsuo Handa · 13 years ago
  49. 5c4274f TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface. by Tetsuo Handa · 13 years ago
  50. ea50481 TOMOYO: Fix wrong domainname in tomoyo_init_log(). by Tetsuo Handa · 13 years ago
  51. 3ddf17f TOMOYO: Cleanup header file. by Tetsuo Handa · 13 years ago
  52. 7986cf2 TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y . by Tetsuo Handa · 13 years ago
  53. 5b944a7 Merge branch 'linus' into next by James Morris · 13 years ago
  54. 0e4ae0e TOMOYO: Make several options configurable. by Tetsuo Handa · 13 years ago
  55. efe836a TOMOYO: Add built-in policy support. by Tetsuo Handa · 13 years ago
  56. b22b8b9 TOMOYO: Rename meminfo to stat and show more statistics. by Tetsuo Handa · 13 years ago
  57. 2c47ab9 TOMOYO: Cleanup part 4. by Tetsuo Handa · 13 years ago
  58. 2e503bb TOMOYO: Fix lockdep warning. by Tetsuo Handa · 13 years ago
  59. 5625f2e TOMOYO: Change pathname for non-rename()able filesystems. by Tetsuo Handa · 13 years ago
  60. bd03a3e TOMOYO: Add policy namespace support. by Tetsuo Handa · 13 years ago
  61. 3299714 TOMOYO: Add ACL group support. by Tetsuo Handa · 13 years ago
  62. eadd99c TOMOYO: Add auditing interface. by Tetsuo Handa · 13 years ago
  63. d5ca172 TOMOYO: Simplify profile structure. by Tetsuo Handa · 13 years ago
  64. 0d2171d TOMOYO: Rename directives. by Tetsuo Handa · 13 years ago
  65. a238cf5 TOMOYO: Use struct for passing ACL line. by Tetsuo Handa · 13 years ago
  66. 0df7e8b TOMOYO: Cleanup part 3. by Tetsuo Handa · 13 years ago
  67. b5bc60b TOMOYO: Cleanup part 2. by Tetsuo Handa · 13 years ago
  68. 7c75964 TOMOYO: Cleanup part 1. by Tetsuo Handa · 13 years ago
  69. 4e78c72 TOMOYO: Fix oops in tomoyo_mount_acl(). by Tetsuo Handa · 13 years ago
  70. e77dc34 TOMOYO: Fix wrong domainname validation. by Tetsuo Handa · 13 years ago
  71. db5ca35 TOMOYO: Fix refcount leak in tomoyo_mount_acl(). by Tetsuo Handa · 13 years ago
  72. d4ab4e6 Merge branch 'master'; commit 'v2.6.39-rc3' into next by James Morris · 13 years ago
  73. c0fa797 TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/audit by Tetsuo Handa · 13 years ago
  74. e4f5f26 TOMOYO: Don't add / for allow_unmount permission check. by Tetsuo Handa · 13 years ago
  75. 2a086e5 TOMOYO: Fix race on updating profile's comment line. by Tetsuo Handa · 13 years ago
  76. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  77. cfc64fd tomoyo: fix memory leak in tomoyo_commit_ok() by Xiaochen Wang · 13 years ago
  78. eae61f3 TOMOYO: Fix memory leak upon file open. by Tetsuo Handa · 13 years ago
  79. da50295 fs: dcache scale d_unhashed by Nick Piggin · 13 years ago
  80. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  81. 9f1c1d4 TOMOYO: Print URL information before panic(). by Tetsuo Handa · 14 years ago
  82. 68eda8f tomoyo: cleanup. don't store bogus pointer by Dan Carpenter · 14 years ago
  83. c8da96e TOMOYO: Don't abuse sys_getpid(), sys_getppid() by Ben Hutchings · 14 years ago
  84. 484ca79 TOMOYO: Use pathname specified by policy rather than execve() by Tetsuo Handa · 14 years ago
  85. e6f6a4c TOMOYO: Update version to 2.3.0 by Tetsuo Handa · 14 years ago
  86. 7e3d199 TOMOYO: Fix quota check. by Tetsuo Handa · 14 years ago
  87. 7e2deb7 TOMOYO: Explicitly set file_operations->llseek pointer. by Tetsuo Handa · 14 years ago
  88. 0849e3b TOMOYO: Add missing poll() hook. by Tetsuo Handa · 14 years ago
  89. e2bf690 TOMOYO: Rename symbols. by Tetsuo Handa · 14 years ago
  90. 8e56868 TOMOYO: Small cleanup. by Tetsuo Handa · 14 years ago
  91. f23571e TOMOYO: Copy directly to userspace buffer. by Tetsuo Handa · 14 years ago
  92. 5db5a39 TOMOYO: Use common code for policy reading. by Tetsuo Handa · 14 years ago
  93. 063821c TOMOYO: Allow reading only execute permission. by Tetsuo Handa · 14 years ago
  94. 475e6fa TOMOYO: Change list iterator. by Tetsuo Handa · 14 years ago
  95. 5448ec4 TOMOYO: Use common code for domain transition control. by Tetsuo Handa · 14 years ago
  96. 0617c7f TOMOYO: Remove alias keyword. by Tetsuo Handa · 14 years ago
  97. 7c2ea22 TOMOYO: Merge path_group and number_group. by Tetsuo Handa · 14 years ago
  98. 31845e8 TOMOYO: Aggregate reader functions. by Tetsuo Handa · 14 years ago
  99. a230f9e TOMOYO: Use array of "struct list_head". by Tetsuo Handa · 14 years ago
  100. a98aa4d TOMOYO: Merge tomoyo_path_group and tomoyo_number_group by Tetsuo Handa · 14 years ago