aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro1-1/+1
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
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa10-157/+157
2010-08-02TOMOYO: Use callback for permission check.Tetsuo Handa4-258/+230
2010-08-02TOMOYO: Pass parameters via structure.Tetsuo Handa3-1/+58
2010-08-02TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa3-84/+22
2010-08-02TOMOYO: Use common code for garbage collection.Tetsuo Handa1-146/+66
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa6-252/+190
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa7-164/+167
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa7-312/+253
2010-08-02TOMOYO: Update profile structure.Tetsuo Handa6-248/+486
2010-08-02TOMOYO: Add pathname aggregation support.Tetsuo Handa4-0/+204
2010-08-02TOMOYO: Allow wildcard for execute permission.Tetsuo Handa7-151/+90
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa6-318/+208