aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-02TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa3-6/+23
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa1-2/+1
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa11-1416/+1469
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa6-120/+564
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa7-11/+469
2010-08-02TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa5-123/+752
2010-08-02TOMOYO: Use structure for passing common arguments.Tetsuo Handa5-206/+162
2010-08-02TOMOYO: Add numeric values grouping support.Tetsuo Handa6-1/+454
2010-05-17TOMOYO: Add pathname grouping support.Tetsuo Handa6-54/+433
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa5-192/+190
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa6-24/+37
2010-05-06Merge branch 'master' into nextJames Morris5-0/+5
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa4-18/+18
2010-03-31Merge branch 'master' into nextJames Morris2-19/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-03-15tomoyo: fix potential use after freeDan Carpenter1-0/+1
2010-03-09Merge branch 'next-queue' into nextJames Morris1-7/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+4
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-03-03TOMOYO: Remove unused variables.Tetsuo Handa1-7/+3
2010-03-01Merge branch 'next' into for-linusJames Morris10-1371/+1598
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa1-0/+4
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa4-32/+20
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa3-38/+27
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa5-299/+250
2010-02-16TOMOYO: Use enum for index numbers.Tetsuo Handa1-45/+54
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa7-54/+436