1. 5797e86 tomoyo: ignore data race while checking quota by Tetsuo Handa · 4 years ago
  2. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  3. cdcf672 tomoyo: Coding style fix. by Tetsuo Handa · 6 years ago
  4. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  5. 8291798 TOMOYO: Use designated initializers by Kees Cook · 8 years ago
  6. e6641ed tomoyo: constify assorted struct path * by Al Viro · 9 years ago
  7. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 10 years ago
  8. e656a8e TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() by David Howells · 10 years ago
  9. 778c4a4 TOMOYO: Fix make namespacecheck warnings. by Tetsuo Handa · 13 years ago
  10. 6bce98e TOMOYO: Allow specifying domain transition preference. by Tetsuo Handa · 13 years ago
  11. 0f2a55d TOMOYO: Update kernel-doc. by Tetsuo Handa · 13 years ago
  12. 97fb35e TOMOYO: Enable conditional ACL. by Tetsuo Handa · 13 years ago
  13. 2c47ab9 TOMOYO: Cleanup part 4. by Tetsuo Handa · 14 years ago
  14. 5625f2e TOMOYO: Change pathname for non-rename()able filesystems. by Tetsuo Handa · 14 years ago
  15. bd03a3e TOMOYO: Add policy namespace support. by Tetsuo Handa · 14 years ago
  16. eadd99c TOMOYO: Add auditing interface. by Tetsuo Handa · 14 years ago
  17. 0d2171d TOMOYO: Rename directives. by Tetsuo Handa · 14 years ago
  18. a238cf5 TOMOYO: Use struct for passing ACL line. by Tetsuo Handa · 14 years ago
  19. 0df7e8b TOMOYO: Cleanup part 3. by Tetsuo Handa · 14 years ago
  20. b5bc60b TOMOYO: Cleanup part 2. by Tetsuo Handa · 14 years ago
  21. 7c75964 TOMOYO: Cleanup part 1. by Tetsuo Handa · 14 years ago
  22. e4f5f26 TOMOYO: Don't add / for allow_unmount permission check. by Tetsuo Handa · 14 years ago
  23. eae61f3 TOMOYO: Fix memory leak upon file open. by Tetsuo Handa · 14 years ago
  24. 484ca79 TOMOYO: Use pathname specified by policy rather than execve() by Tetsuo Handa · 14 years ago
  25. e2bf690 TOMOYO: Rename symbols. by Tetsuo Handa · 15 years ago
  26. 31845e8 TOMOYO: Aggregate reader functions. by Tetsuo Handa · 15 years ago
  27. a230f9e TOMOYO: Use array of "struct list_head". by Tetsuo Handa · 15 years ago
  28. a98aa4d TOMOYO: Merge tomoyo_path_group and tomoyo_number_group by Tetsuo Handa · 15 years ago
  29. cb917cf TOMOYO: Merge functions. by Tetsuo Handa · 15 years ago
  30. 71c2823 TOMOYO: Remove wrapper function for reading keyword. by Tetsuo Handa · 15 years ago
  31. 7509315 TOMOYO: Rename symbols. by Tetsuo Handa · 15 years ago
  32. 99a8525 TOMOYO: Use callback for permission check. by Tetsuo Handa · 15 years ago
  33. cf6e9a6 TOMOYO: Pass parameters via structure. by Tetsuo Handa · 15 years ago
  34. 05336de TOMOYO: Use common code for open and mkdir etc. by Tetsuo Handa · 15 years ago
  35. 36f5e1f TOMOYO: Use callback for updating entries. by Tetsuo Handa · 15 years ago
  36. 82e0f00 TOMOYO: Use common structure for list element. by Tetsuo Handa · 15 years ago
  37. 237ab45 TOMOYO: Use callback for updating entries. by Tetsuo Handa · 15 years ago
  38. 57c2590 TOMOYO: Update profile structure. by Tetsuo Handa · 15 years ago
  39. 3f62963 TOMOYO: Allow wildcard for execute permission. by Tetsuo Handa · 15 years ago
  40. c8c57e8 TOMOYO: Support longer pathname. by Tetsuo Handa · 15 years ago
  41. c3ef150 TOMOYO: Split files into some pieces. by Tetsuo Handa · 15 years ago
  42. 17fcfbd TOMOYO: Add interactive enforcing mode. by Tetsuo Handa · 15 years ago
  43. 2106ccd TOMOYO: Add mount restriction. by Tetsuo Handa · 15 years ago
  44. a1f9bb6 TOMOYO: Split file access control functions by type of parameters. by Tetsuo Handa · 15 years ago
  45. cb0abe6 TOMOYO: Use structure for passing common arguments. by Tetsuo Handa · 15 years ago
  46. 4c3e9e2 TOMOYO: Add numeric values grouping support. by Tetsuo Handa · 15 years ago
  47. 7762fbf TOMOYO: Add pathname grouping support. by Tetsuo Handa · 15 years ago
  48. 9e4b50e TOMOYO: Use stack memory for pending entry. by Tetsuo Handa · 15 years ago
  49. 2928238 TOMOYO: Use mutex_lock_interruptible. by Tetsuo Handa · 15 years ago
  50. 0ffbe26 Merge branch 'master' into next by James Morris · 15 years ago
  51. 4e5d6f7 TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. by Tetsuo Handa · 15 years ago
  52. 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
  53. 1708000 TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain by Tetsuo Handa · 15 years ago
  54. 97d6931 TOMOYO: Remove unneeded parameter. by Tetsuo Handa · 15 years ago
  55. 7ef6123 TOMOYO: Use shorter names. by Tetsuo Handa · 15 years ago
  56. 847b173 TOMOYO: Add garbage collector. by Tetsuo Handa · 15 years ago
  57. 76bb089 TOMOYO: Merge headers. by Tetsuo Handa · 15 years ago
  58. bf24fb0 TOMOYO: Add refcounter on string data. by Tetsuo Handa · 15 years ago
  59. ca0b7df TOMOYO: Reduce lines by using common path for addition and deletion. by Tetsuo Handa · 15 years ago
  60. ea13ddb TOMOYO: Extract bitfield by Tetsuo Handa · 15 years ago
  61. 8e2d39a TOMOYO: Remove usage counter for temporary memory. by Tetsuo Handa · 15 years ago
  62. 2457552 Merge branch 'master' into next by James Morris · 15 years ago
  63. cd7bec6 TOMOYO: Remove memory pool for list elements. by Tetsuo Handa · 15 years ago
  64. f737d95 TOMOYO: Replace rw_semaphore by mutex. by Tetsuo Handa · 15 years ago
  65. 5300990 Sanitize f_flags helpers by Al Viro · 15 years ago
  66. fdb8ebb TOMOYO: Use RCU primitives for list operation by Tetsuo Handa · 15 years ago
  67. 1ad1f10 Merge branch 'master' into next by James Morris · 15 years ago
  68. 937bf61 TOMOYO: Add rest of file operation restrictions. by Tetsuo Handa · 15 years ago
  69. c656ae9 security/tomoyo: Remove now unnecessary handling of security_sysctl. by Eric W. Biederman · 15 years ago
  70. c3fa109 TOMOYO: Add description of lists and structures. by Tetsuo Handa · 16 years ago
  71. bcb8697 TOMOYO: Remove unused parameter. by Tetsuo Handa · 16 years ago
  72. 7d2948b TOMOYO: Simplify policy reader. by Tetsuo Handa · 16 years ago
  73. ab588cca TOMOYO: Remove redundant markers. by Tetsuo Handa · 16 years ago
  74. 39826a1 tomoyo: version bump to 2.2.0. by Tetsuo Handa · 16 years ago
  75. b69a54e File operation restriction part. by Kentaro Takeda · 16 years ago