1. d4144ea tomoyo: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 10 years ago
  2. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  3. 25add8c TOMOYO: Accept \000 as a valid character. by Tetsuo Handa · 13 years ago
  4. 545a726 TOMOYO: Fix quota and garbage collector. by Tetsuo Handa · 13 years ago
  5. 731d37a TOMOYO: Allow domain transition without execve(). by Tetsuo Handa · 13 years ago
  6. 059d84d TOMOYO: Add socket operation restriction support. by Tetsuo Handa · 13 years ago
  7. d58e0da TOMOYO: Add environment variable name restriction support. by Tetsuo Handa · 13 years ago
  8. 8525841 TOMOYO: Fix incorrect enforce mode. by Tetsuo Handa · 13 years ago
  9. 0f2a55d TOMOYO: Update kernel-doc. by Tetsuo Handa · 14 years ago
  10. 2066a36 TOMOYO: Allow using UID/GID etc. of current thread as conditions. by Tetsuo Handa · 14 years ago
  11. b22b8b9 TOMOYO: Rename meminfo to stat and show more statistics. by Tetsuo Handa · 14 years ago
  12. 2c47ab9 TOMOYO: Cleanup part 4. by Tetsuo Handa · 14 years ago
  13. bd03a3e TOMOYO: Add policy namespace support. by Tetsuo Handa · 14 years ago
  14. eadd99c TOMOYO: Add auditing interface. by Tetsuo Handa · 14 years ago
  15. d5ca172 TOMOYO: Simplify profile structure. by Tetsuo Handa · 14 years ago
  16. a238cf5 TOMOYO: Use struct for passing ACL line. by Tetsuo Han