aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-29TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa6-143/+206
2011-06-29TOMOYO: Cleanup part 4.Tetsuo Handa6-121/+177
2011-06-29TOMOYO: Fix lockdep warning.Tetsuo Handa3-51/+276
2011-06-29TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa2-54/+180
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa8-299/+669
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa5-11/+88
2011-06-29TOMOYO: Add auditing interface.Tetsuo Handa9-235/+557
2011-06-29TOMOYO: Simplify profile structure.Tetsuo Handa3-168/+83
2011-06-29TOMOYO: Rename directives.Tetsuo Handa4-59/+113
2011-06-29TOMOYO: Use struct for passing ACL line.Tetsuo Handa8-371/+347
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa9-153/+410
2011-06-29TOMOYO: Cleanup part 2.Tetsuo Handa5-359/+204
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa8-535/+71
2011-06-14TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa1-1/+1
2011-05-12TOMOYO: Fix wrong domainname validation.Tetsuo Handa1-1/+1
2011-04-20TOMOYO: Fix refcount leak in tomoyo_mount_acl().Tetsuo Handa1-0/+1
2011-04-19Merge branch 'master'; commit 'v2.6.39-rc3' into nextJames Morris1-1/+1
2011-04-19TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/auditTetsuo Handa1-3/+2
2011-04-19TOMOYO: Don't add / for allow_unmount permission check.Tetsuo Handa1-1/+0
2011-04-19TOMOYO: Fix race on updating profile's comment line.Tetsuo Handa1-2/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-31tomoyo: fix memory leak in tomoyo_commit_ok()Xiaochen Wang1-0/+1
2011-03-03TOMOYO: Fix memory leak upon file open.Tetsuo Handa1-4/+1
2011-01-07fs: dcache scale d_unhashedNick Piggin1-0/+1
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig1-2/+0
2010-10-21TOMOYO: Print URL information before panic().Tetsuo Handa1-1/+10
2010-10-21tomoyo: cleanup. don't store bogus pointerDan Carpenter1-2/+4
2010-09-27TOMOYO: Don't abuse sys_getpid(), sys_getppid()Ben Hutchings2-4/+5
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa5-23/+48
2010-08-02TOMOYO: Update version to 2.3.0Tetsuo Handa1-2/+2
2010-08-02TOMOYO: Fix quota check.Tetsuo Handa1-1/+1
2010-08-02TOMOYO: Explicitly set file_operations->llseek pointer.Tetsuo Handa1-0/+1
2010-08-02TOMOYO: Add missing poll() hook.Tetsuo Handa3-0/+33
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa8-240/+199
2010-08-02TOMOYO: Small cleanup.Tetsuo Handa1-74/+121
2010-08-02TOMOYO: Copy directly to userspace buffer.Tetsuo Handa3-459/+499
2010-08-02TOMOYO: Use common code for policy reading.Tetsuo Handa1-178/+82
2010-08-02TOMOYO: Allow reading only execute permission.Tetsuo Handa2-0/+10
2010-08-02TOMOYO: Change list iterator.Tetsuo Handa2-57/+34
2010-08-02TOMOYO: Use common code for domain transition control.Tetsuo Handa6-305/+159
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa5-164/+8
2010-08-02TOMOYO: Merge path_group and number_group.Tetsuo Handa9-282/+199
2010-08-02TOMOYO: Aggregate reader functions.Tetsuo Handa6-384/+200
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa8-383/+98
2010-08-02TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa5-84/+59
2010-08-02TOMOYO: Pass "struct list_head" rather than "void *".Tetsuo Handa1-58/+72
2010-08-02TOMOYO: Make read function to void.Tetsuo Handa3-42/+20
2010-08-02TOMOYO: Merge functions.Tetsuo Handa1-41/+9
2010-08-02TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa3-70/+14
2010-08-02TOMOYO: Loosen parameter check for mount operation.Tetsuo Handa1-91/+33